From a18597efe94ba818a7a6f81558539045854db006 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 19 May 2015 23:19:38 +0100 Subject: [PATCH] ucp-script: add reboot --- Standalone/filesystem-src/ucp-script.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index 67486229..992c2b2a 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -161,6 +161,7 @@ bget ../../Applications/util/printenv bget ../../Applications/util/prtroot bget ../../Applications/util/ps bget ../../Applications/util/pwd +bget ../../Applications/util/reboot bget ../../Applications/util/rm bget ../../Applications/util/rmdir bget ../../Applications/util/sleep @@ -235,6 +236,7 @@ chmod 0755 printenv chmod 0755 prtroot chmod 0755 ps chmod 0755 pwd +chmod 0755 reboot chmod 0755 rm chmod 0755 rmdir chmod 0755 sleep -- 2.34.1