Update reset.sh

This commit is contained in:
Luna 2021-07-10 14:51:05 -03:00 committed by GitHub
parent 7859692a80
commit bb1e3dd19b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,10 @@ pkill -9 schematics.sh
pkill -9 server.sh
pkill -9 java
# Sync changes with the github repository
cd ~/server-default
git pull
chmod -R 777 ~/server/
rm -rf ~/server/*
cp -Tr ~/server-default/ ~/server/