Skip to content
Snippets Groups Projects
Commit 0b4f154d authored by Erik Karlsson's avatar Erik Karlsson Committed by Andreas Gnau
Browse files

base-files: remove ubus call to peripheral-manager in defaultreset

Also fix usage printout.
parent f73bb1dc
No related branches found
No related tags found
1 merge request!555base-files: remove ubus call to peripheral-manager in defaultreset
......@@ -13,7 +13,7 @@ while [ -n "$1" ]; do
REBOOT=0
;;
-h|--help)
echo "Usage: $0 [-r] [-h|--help]"
echo "Usage: $0 [-r] [-R] [-h|--help]"
echo " -r Reboot the device (default)"
echo " -R Prevent reboot"
echo " -h, --help help"
......@@ -28,7 +28,6 @@ while [ -n "$1" ]; do
shift
done
ubus call leds set '{ "state": "test"}'
printf "\n\n*** Restore to default settings ***\n\n" > /dev/console
# We put a delete marker in overlay and do the delete on bootup so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment