fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if [$(ls /home |grep saret) != "saret" ]; then
|
||||
if [ "$(ls /home |grep saret)" != "saret" ]; then
|
||||
sudo -s
|
||||
username=saret
|
||||
password=qwerty
|
||||
|
Reference in New Issue
Block a user