mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Add option to run Configurator directly from CLI
This commit is contained in:
parent
a860d13179
commit
546a0802bd
|
@ -57,6 +57,10 @@ https://retrodeck.net
|
|||
rm -f "$lockfile"
|
||||
shift # past argument with no value
|
||||
;;
|
||||
--configure*)
|
||||
sh /var/config/retrodeck/tools/configurator.sh
|
||||
shift # past argument with no value
|
||||
;;
|
||||
-*|--*)
|
||||
echo "Unknown option $i"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue