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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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!!"