Skip to content

Commit

Permalink
fix bug: multisite-convert option always runs
Browse files Browse the repository at this point in the history
  • Loading branch information
devosc committed Jan 3, 2019
1 parent d2b12ad commit a58f6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-wp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for ((i=0; i < "$#"; ++i)); do
esac
done

if ${multisite} ; then
if [[ "${multisite}" = "true" ]] ; then
multisite_convert "${directory}"
exit
fi
Expand Down

0 comments on commit a58f6d4

Please sign in to comment.