mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Added quotes
This commit is contained in:
@@ -10,7 +10,7 @@ cd /palworld/Pal/ || exit
|
||||
|
||||
tar -zcf "$FILE_PATH" "Saved/"
|
||||
|
||||
if [ $(id -u) -eq 0 ]; then
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
chown steam:steam "$FILE_PATH"
|
||||
fi
|
||||
echo "backup created at $FILE_PATH"
|
||||
|
||||
Reference in New Issue
Block a user