From 64fa89b949062b5af4337546f9c46d18b10aaa4c Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Fri, 29 Jul 2016 14:41:29 -0300 Subject: [PATCH] Update gestor-anticrash-minetest.sh --- gestor-anticrash-minetest.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gestor-anticrash-minetest.sh b/gestor-anticrash-minetest.sh index e61d93b..9a90791 100755 --- a/gestor-anticrash-minetest.sh +++ b/gestor-anticrash-minetest.sh @@ -59,16 +59,17 @@ if [ $(cat "$dados_path"/status) == on ]; then exit fi -echo " ___ _ _____v1.0 ___ ___ ___ ___ " -echo " | | |\ | | | | | | | | | | | " -echo " |___| | \ | | | | |___/ |___| \___ |___| " -echo " | | | \| | | |___ | \ | | ___| | | " +echo "#######################################################" +echo "# ___ _ _____v1.0 ___ ___ ___ ___ #" +echo "# | | |\ | | | | | \ | | | | | #" +echo "# |___| | \ | | | | |___/ |___| \___ |___| #" +echo "# | | | \| | | |___ | \ | | ___| | | #" +echo "#######################################################" echo "on" > "$dados_path"/status_anticrash # Anticrash ativado # Abre o servidor normalmente echo -e "[\033[01;32m$(date '+%Y-%m-%d %H:%M:%S')\033[00;00m] Abrindo servidor..." -cd "$bin" echo $bin_args nohup $bin_args > /dev/null &