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-08-08 12:02:57 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commitfc4ea8a62379d2782b9fce349116c728cf16dde9 (patch)
treef2961488d1d7e204e70af2adb4e9187a8bb73f56 /etc/nextcloudpi-config.d/samba.sh
parent4ecfccb225f215efe3335353b5185e5b904dc5af (diff)
update to nextcloud 12.0.1v0.19.0
Diffstat (limited to 'etc/nextcloudpi-config.d/samba.sh')
-rw-r--r--etc/nextcloudpi-config.d/samba.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/samba.sh b/etc/nextcloudpi-config.d/samba.sh
index 5e9e8d23..d14939a6 100644
--- a/etc/nextcloudpi-config.d/samba.sh
+++ b/etc/nextcloudpi-config.d/samba.sh
@@ -50,7 +50,7 @@ configure()
################################
[ -d "$DIR_" ] || { echo -e "INFO: directory $DIR_ does not exist. Creating"; mkdir -p "$DIR_"; }
[[ $( stat -fc%d / ) == $( stat -fc%d $DIR_ ) ]] && \
- echo -e "INFO: mounting a in the SD card\nIf you want to use an external mount, make sure it is properly set up"
+ echo -e "INFO: working in the SD card\nIf you want to use an external mount, make sure it is properly set up"
# CONFIG
################################