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
|
sudo -s
|
||||||
username=saret
|
username=saret
|
||||||
password=qwerty
|
password=qwerty
|
||||||
|
Reference in New Issue
Block a user