mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 06:48:16 -07:00
syncing changes from branch 'master' with feature-adjust-mirrored-backups
This commit is contained in:
commit
85536bc569
2
msctl
2
msctl
@ -1035,7 +1035,7 @@ start() {
|
||||
fi
|
||||
# Check for a clean dismount from the previous server run. If we have a
|
||||
# <world>-original directory within <world> we didn't stop cleanly.
|
||||
if [ -d "WORLDS_LOCATION/$1/$1-original" ]; then
|
||||
if [ -d "$WORLDS_LOCATION/$1/$1-original" ]; then
|
||||
# Remove the symlink to the world-file mirror image.
|
||||
# if recently restored from backup, this symlink may or may not exist
|
||||
if [ -L "$WORLDS_LOCATION/$1/$1" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user