Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-07 13:18:35 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-08 17:31:10 +0300
commit1357ed7240f47abbdce45c4fbd6673b2669afa3a (patch)
treed282a70e7dad7e088ea9e02979bb3224c560f705 /lamp.sh
parent332523b9f91e846c00f6540cfcfdc4d774d9e6a5 (diff)
refactor QEMU ncp construction
Diffstat (limited to 'lamp.sh')
-rw-r--r--lamp.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/lamp.sh b/lamp.sh
index d9797ef8..96fce275 100644
--- a/lamp.sh
+++ b/lamp.sh
@@ -8,7 +8,7 @@
#
# Usage:
#
-# ./installer.sh nextcloud_lamp.sh <IP> (<img>)
+# ./installer.sh lamp.sh <IP> (<img>)
#
# See installer.sh instructions for details
#
@@ -148,13 +148,12 @@ configure() { :; }
cleanup()
{
- apt-get autoremove
+ apt-get autoremove -y
apt-get clean
rm /var/lib/apt/lists/* -r
rm -f /home/pi/.bash_history
systemctl disable ssh
- nohup halt &>/dev/null &
}
# License