mirror of
https://github.com/ShaYmez/ambed-debian-installer.git
synced 2024-11-21 23:45:14 -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
|
# systemctl start ambed #to start ambed
|
||||||
# ambed logs are part of /var/log/messages
|
# ambed logs are part of /var/log/messages
|
||||||
#Lets begin-------------------------------------------------------------------------------------------------
|
#Lets begin-------------------------------------------------------------------------------------------------
|
||||||
if [[ $EUID -ne 0 ]];
|
if [ "$EUID" -ne 0 ];
|
||||||
then
|
then
|
||||||
echo ""
|
echo ""
|
||||||
echo "You Must be root to run this script!!"
|
echo "You Must be root to run this script!!"
|
||||||
|
Loading…
Reference in New Issue
Block a user