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