File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
docker/deploy/etc/s6-overlay/scripts Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 77echo "🐇 Configuring Speedtest Tracker..."
88echo ""
99
10+ # Fix permissions
11+ echo "🔒 Fixing app path file permissions..."
12+ chmod -R 755 /config
13+ chown -R webuser:webgroup /config
14+ chown -R webuser:webgroup $WEBUSER_HOME
15+ echo "✅ Permissions fixed."
16+ echo ""
17+
1018if [ ${DB_CONNECTION:="sqlite"} == "sqlite" ]; then
1119 # Check for database
1220 if [ ! -f /config/database.sqlite ]; then
8088
8189echo ""
8290
83- # Fix permissions
84- echo "🔒 Fixing app path file permissions..."
85- chmod -R 755 /config
86- chown -R webuser:webgroup /config
87- chown -R webuser:webgroup $WEBUSER_HOME
88- echo "✅ Permissions fixed."
89- echo ""
90-
9191# create storage symlink
9292echo "🔐 Linking the storage..."
9393s6-setuidgid webuser php $WEBUSER_HOME/artisan storage:link --no-ansi -q
You can’t perform that action at this time.
0 commit comments