mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
CONFIGURATOR: fixed a bug that opened ES-DE when the Configurator was quitted and invoked by cli
This commit is contained in:
parent
8552e56adc
commit
5b4a578cf6
|
@ -73,6 +73,7 @@ for i in "$@"; do
|
||||||
--configurator*)
|
--configurator*)
|
||||||
sh /app/tools/configurator.sh
|
sh /app/tools/configurator.sh
|
||||||
#sh /app/bin/godot-configurator.sh
|
#sh /app/bin/godot-configurator.sh
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
# --legacy-configurator*)
|
# --legacy-configurator*)
|
||||||
# sh /app/tools/configurator.sh
|
# sh /app/tools/configurator.sh
|
||||||
|
|
|
@ -159,7 +159,7 @@ configurator_welcome_dialog() {
|
||||||
|
|
||||||
"" )
|
"" )
|
||||||
log i "Configurator: closing"
|
log i "Configurator: closing"
|
||||||
exit 1
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue