mirror of
https://github.com/Screetsec/TheFatRat.git
synced 2023-12-14 02:02:58 +01:00
Patch
This commit is contained in:
parent
bb76ec78ce
commit
662cfad24f
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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 -e $red [x]::[not root]: You need to be [root] to run this script.;
|
||||||
echo ""
|
echo ""
|
||||||
sleep 1
|
sleep 1
|
||||||
exit
|
exit 0
|
||||||
fi
|
fi
|
||||||
resize -s 80 103 > /dev/null 2>&1
|
resize -s 80 103 > /dev/null 2>&1
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in a new issue