Compare commits
No commits in common. "cb06989850c57c13a6c2b20dc1bb8be7765ca74b" and "15db9cfa02aecca8fff66166d49c4d37e4d81bdc" have entirely different histories.
cb06989850
...
15db9cfa02
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ chmod 755 /root/.local/bin/mc-backup
|
|||
|
||||
if [ -e /server.tar.zstd ]; then
|
||||
echo 'unpacking server backup...'
|
||||
tar -C / --zstd --overwrite -x -f /server.tar.zstd
|
||||
tar -C / --zstd --overwrite -x /server.tar.zstd
|
||||
fi
|
||||
|
||||
# find the latest release of the requested version and download it
|
||||
|
@ -83,4 +83,4 @@ echo "starting units..."
|
|||
systemctl start mc-server.service
|
||||
|
||||
# yeah wow hope that worked lol
|
||||
echo "done!"
|
||||
echo "done! you can now delete this directory"
|
||||
|
|
|
@ -286,7 +286,7 @@ versionprompt() {
|
|||
|
||||
yes() {
|
||||
while :; do
|
||||
read -p '(Y/n): '
|
||||
read -p '(Y/n)'
|
||||
case $REPLY in
|
||||
[Yy]*)
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue