mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2026-07-18 00:34:31 -04:00
Update ambe-debian-installer
Revert EUID
This commit is contained in:
@@ -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!!"
|
||||
|
||||
Reference in New Issue
Block a user