diff --git a/init b/init index 354f307..a1b7854 100755 --- a/init +++ b/init @@ -22,7 +22,7 @@ if [ "${role}" = "app" -a -e artisan ]; then # Make sure our permissions are appropraite find ${php} -type f -exec chmod 640 {} \; find ${php} -type d -exec chmod 750 {} \; - chown lamp:www-data ${php} + chown -R lamp:www-data ${php} chown -R www-data:www-data ${php}/storage ${php}/bootstrap if [ "${env}" != "local" -a -r "artisan" ]; then