Remove debugging commands

This commit is contained in:
exu 2023-11-10 14:16:45 +01:00
parent 95baa58f66
commit 008bdf8111

View File

@ -380,10 +380,6 @@ if [ -f "$imagepath" ]; then
pids="$pids $!"
fi
echo $pids
jobs
jobs -p
# reload systemd user scripts
systemctl --user daemon-reload
@ -525,9 +521,6 @@ if ps aux | grep -E "\si3(\s|$)" &>/dev/null; then
i3-msg restart 1>/dev/null
fi
jobs
jobs -p
# wait for all background jobs to finish
wait $pids && echo "Finished background jobs"