+ restart cmd

This commit is contained in:
committer@tuxwarrior
2026-03-13 16:14:42 -05:00
parent 44458e2fd4
commit d48228f2eb

View File

@@ -75,6 +75,13 @@ backupDeploy() {
pkill nwg-panel > /dev/null 2>&1
nwg-panel > /dev/null 2>&1 &
elif [[ "${operation}" == "restart" ]]; then
echo "restarting nwg-panel..."
pkill nwg-panel > /dev/null 2>&1
nwg-panel > /dev/null 2>&1 &
else
echo "error: unknown operation '${operation}'"