merge: work

This commit is contained in:
AngeD 2022-08-25 17:04:46 +02:00
commit 3dbc1caa6e
8 changed files with 15 additions and 11 deletions

View file

@ -2,7 +2,7 @@
PS="$(docker ps -aq 2> /dev/null)"
if [ "$?" ] && [ "$EUID" != 0 ]; then
if [ "$?" != 0 ] && [ "$EUID" != 0 ]; then
sudo -- "$0" "$@"
exit
fi