Add option to run Configurator directly from CLI

This commit is contained in:
icenine451 2023-01-10 10:23:12 -05:00
parent a860d13179
commit 546a0802bd

View file

@ -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