Skip to content

Commit a58f6d4

Browse files
committed
fix bug: multisite-convert option always runs
1 parent d2b12ad commit a58f6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/docker-wp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ for ((i=0; i < "$#"; ++i)); do
7272
esac
7373
done
7474

75-
if ${multisite} ; then
75+
if [[ "${multisite}" = "true" ]] ; then
7676
multisite_convert "${directory}"
7777
exit
7878
fi

0 commit comments

Comments
 (0)