This commit is contained in:
peterpt 2017-05-05 14:51:39 +01:00 committed by GitHub
parent bb76ec78ce
commit 662cfad24f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if [ $(id -u) != "0" ]; then
echo -e $red [x]::[not root]: You need to be [root] to run this script.;
echo ""
sleep 1
exit
exit 0
fi
resize -s 80 103 > /dev/null 2>&1
clear