fix(Minecraft-hour.sh): do not create unecessary folder inside backup

This commit is contained in:
Bruno F. Fontes 2021-03-26 23:24:05 -03:00
parent c45afbc817
commit b9ddb223e4
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -18,7 +18,6 @@ CREATIVEDIR="$SERVERDIR/BedrockServer_Creative_19134"
LogFile="log.txt"
BACKUPDATE=$(date +"%Y-%m-%d_%H-%M-%S")
mkdir "$BACKUPDIR/$BACKUPDATE"
alias run='screen -S Minecraft -X'
alias runSurvival='run at Survival stuff'