gui: remove unnecessary manage-waiting terminal deley

pull/899/head
Botspot 3 years ago
parent c272affc36
commit 454542465c

4
gui

@ -154,8 +154,6 @@ install() {
read enter #technically you could press Enter to exit.
fi
' "$title"
sleep 1
while ps -C manage &>/dev/null;do sleep 0.1; done
#re-preload all categories in background
"${DIRECTORY}/etc/preload-daemon" "$format" &>/dev/null &
@ -184,8 +182,6 @@ uninstall() {
read enter #technically you could press Enter to exit.
fi
' "$title"
sleep 1
while ps -C manage &>/dev/null;do sleep 0.1; done
#re-preload all categories in background
"${DIRECTORY}/etc/preload-daemon" "$format" &>/dev/null &

Loading…
Cancel
Save