mirror of
https://github.com/Dummi26/d26run.git
synced 2025-03-10 05:13:54 +01:00
improve script in readme
This commit is contained in:
parent
47d1aff6b9
commit
c1500b1bc3
@ -99,7 +99,7 @@ useradd --home-dir "/tmp/d26run-temphome/$my_id" --create-home --user-group --gr
|
||||
|
||||
sudo -u "d26r_temp_$my_id" -D "/tmp/d26run-temphome/$my_id" -- "$@"
|
||||
|
||||
if userdel -r "d26r_temp_$my_id" 2>/dev/null; then exit; else printf '.'; fi
|
||||
if userdel -r "d26r_temp_$my_id" 2>/dev/null; then exit; else printf '\n.'; fi
|
||||
pkill -u "d26r_temp_$my_id"
|
||||
sleep 2
|
||||
if userdel -r "d26r_temp_$my_id" 2>/dev/null; then printf '\n'; exit; else printf '.'; fi
|
||||
|
Loading…
Reference in New Issue
Block a user