Update ambe-debian-installer

Revert EUID
This commit is contained in:
M0VUB
2022-01-05 20:26:42 +00:00
committed by GitHub
parent 55754f9ef9
commit bd6379ad7f
+1 -1
View File
@@ -12,7 +12,7 @@
# systemctl start ambed #to start ambed
# ambed logs are part of /var/log/messages
#Lets begin-------------------------------------------------------------------------------------------------
if [[ $EUID -ne 0 ]];
if [ "$EUID" -ne 0 ];
then
echo ""
echo "You Must be root to run this script!!"