We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b12ad commit a58f6d4Copy full SHA for a58f6d4
1 file changed
bin/docker-wp
@@ -72,7 +72,7 @@ for ((i=0; i < "$#"; ++i)); do
72
esac
73
done
74
75
-if ${multisite} ; then
+if [[ "${multisite}" = "true" ]] ; then
76
multisite_convert "${directory}"
77
exit
78
fi
0 commit comments