mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 15:41:48 -05:00
Update ambe-debian-installer
Revert EUID
This commit is contained in:
parent
55754f9ef9
commit
bd6379ad7f
@ -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!!"
|
||||
|
Loading…
Reference in New Issue
Block a user