📦 build(scripts/start): call quit from colorshell instance and leave killing gjs as a second option

This commit is contained in:
retrozinndev
2025-08-26 17:18:38 -03:00
parent dd98e34352
commit ab4014a91c
+1 -1
View File
@@ -14,7 +14,7 @@ function is_running() {
function start() { function start() {
if is_running; then if is_running; then
echo "[info] killing previous instance" echo "[info] killing previous instance"
killall gjs # TODO: call a method to quit via dbus instead of killing GnomeJS colorshell quit || killall gjs
fi fi
echo "[info] starting" echo "[info] starting"
exec "$file" exec "$file"