This commit is contained in:
Santiago Lo Coco 2022-01-05 14:43:29 -03:00
parent 5db88c59aa
commit 57b71c83c6
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ checkForSystemdUnit() {
if [ "${3}" = "oneshot" ]; then
while [ $forceExit = false ]; do
result=$(systemctl show -p ActiveState --value ${2})
[ "$result" = "activating" ] && break
[ "$result" = "inactive" ] && break
sleep 1
done
else