mirror of
https://github.com/kaboomserver/framework.git
synced 2024-12-04 04:31:00 -05:00
11 lines
197 B
Bash
Executable file
11 lines
197 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# The following script is used when resetting the server
|
|
# Currently every 24 h
|
|
|
|
~/framework/script/stop.sh
|
|
|
|
chmod -R 777 ~/server/
|
|
rm -rf ~/server/*
|
|
cp -Tr ~/server-default/ ~/server/
|
|
|