diff --git a/init b/init index 1e3fa56..92918a5 100755 --- a/init +++ b/init @@ -32,7 +32,7 @@ if [ "${role}" = "app" -a -e artisan ]; then rm -f ${php}/bootstrap/cache/*.php chown -R www-data:www-data ${composer} [ ! -d ${php}/vendor ] && mkdir -m 750 ${php}/vendor && chown www-data:www-data ${php}/vendor - if [ "${env}" == "dev" ]; then + if [ "${env}" != "dev" ]; then NODEV="--no-dev" fi