We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbabdd3 commit b1eea5bCopy full SHA for b1eea5b
src/fpm/etc/s6-overlay/scripts/laravel-automations
@@ -23,7 +23,7 @@ if [ -f $WEBUSER_HOME/artisan ] && [ ${AUTORUN_ENABLED:="true"} == "true" ]; the
23
s6-setuidgid webuser php $WEBUSER_HOME/artisan storage:link
24
fi
25
else
26
- echo "👉 Skipping Laravel automations because we could not detect a Laravel install or it was specifcally disabled..."
+ echo "👉 Skipping Laravel automations because we could not detect a Laravel install or it was specifically disabled..."
27
28
29
-exit 0
+exit 0
0 commit comments