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-04-16 16:58:56 +0300
committernachoparker <nacho@ownyourbits.com>2017-04-16 19:30:10 +0300
commit1483c724ef30db9c36366ff91ef2b143bcf59d10 (patch)
tree2c12791068d7cad670b51f387f4ab664266fd62f
parentc7262501721226b047d0d86ead40d9cadf3bc61f (diff)
do not cleanup as part of ncp-updatev0.7.1
-rw-r--r--README.md2
-rwxr-xr-xetc/library.sh1
-rw-r--r--etc/nextcloudpi-config.d/samba.sh6
3 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 89145054..1b540aa7 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,8 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
* Dynamic DNS support for no-ip.org ( NEW 03-05-2017 )
* dnsmasq DNS server with DNS cache ( NEW 03-09-2017 )
* ModSecurity Web Application Firewall ( NEW 03-23-2017 )
+* NFS ready to mount your files over LAN ( NEW 04-13-2017 )
+* SAMBA ready to share your files with Windows/Mac/Linux ( NEW 04-16-2017 )
* Remote updates ( NEW 03-31-2017 )
## Usage
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 <nacho _a_t_ ownyourbits _d_o_t_ com>
@@ -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()
{