mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
Fix symlink for tinfoil
This commit is contained in:
parent
802be82d32
commit
15b9c17b99
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Recreate storage symlink after volumes are mounted
|
||||
rm -rf /app/www/public/games
|
||||
ln -sfn ../storage/app/public/games /app/www/public/games
|
||||
Reference in New Issue
Block a user