This commit is contained in:
Santiago Lo Coco 2022-01-29 13:14:58 -03:00
parent 2cd54829d3
commit 3a6a7233fc
1 changed files with 1 additions and 1 deletions

View File

@ -515,12 +515,12 @@ getDotfiles() {
}
checkForSystemdUnit() {
trap 'systemctl stop ${2}; forceExit=true' INT
if [ "${3}" = "oneshot" ]; then
[ "$(systemctl show -p ActiveState --value "${2}")" = "inactive" ] && return
else
systemctl is-active --quiet "${2}" && return
fi
trap 'systemctl stop ${2}; forceExit=true' INT
forceExit=false
calcAndRun dialog --infobox "\"\nWaiting for the ${1} to finish. Please wait.\"" 5 WIDTH
if [ "${3}" = "oneshot" ]; then