From 1483c724ef30db9c36366ff91ef2b143bcf59d10 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sun, 16 Apr 2017 15:58:56 +0200 Subject: do not cleanup as part of ncp-update --- etc/library.sh | 1 - etc/nextcloudpi-config.d/samba.sh | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/library.sh b/etc/library.sh index 8cf97600..95948c20 100755 --- a/etc/library.sh +++ b/etc/library.sh @@ -212,7 +212,6 @@ function install_script() echo -e "Installing \e[1m$( basename $SCRIPT .sh )\e[0m" set +x install - cleanup ) } diff --git a/etc/nextcloudpi-config.d/samba.sh b/etc/nextcloudpi-config.d/samba.sh index dab2a5ca..0de3bed8 100644 --- a/etc/nextcloudpi-config.d/samba.sh +++ b/etc/nextcloudpi-config.d/samba.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SAMBA/CIFS server for Raspbian +# SAMBA server for Raspbian # Tested with 2017-03-02-raspbian-jessie-lite.img # # Copyleft 2017 by Ignacio Nunez Hernanz @@ -17,9 +17,7 @@ DIR_=/media/USBdrive/ncdata/admin/files USER_=pi PWD_=raspberry -DESCRIPTION="SAMBA/CIFS file server (for Mac/Linux/Windows)" - -# mkdir -p /var/log/samba in init.d +DESCRIPTION="SMB/CIFS file server (for Mac/Linux/Windows)" install() { -- cgit v1.2.3