mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
5 lines
150 B
Bash
5 lines
150 B
Bash
#!/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
|