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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-03-09 23:18:09 +0300
committerGitHub <noreply@github.com>2021-03-09 23:18:09 +0300
commit7164274bd46eba1a73bc7f67f3a2a29d127af1f0 (patch)
treed738b2e04cf1682b5af6dfa33936a1e38046bb48 /apps/smbmount.sh
parentcf5faa6f6b644ec648869545e1bbbf6d2faf3113 (diff)
smbmount - improve max_count wording (#1875)
Diffstat (limited to 'apps/smbmount.sh')
-rw-r--r--apps/smbmount.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/smbmount.sh b/apps/smbmount.sh
index bfed7b06..37712e11 100644
--- a/apps/smbmount.sh
+++ b/apps/smbmount.sh
@@ -77,9 +77,9 @@ then
msg_box "All $MAX_COUNT slots are occupied. No mounting slots available. Please delete one of the SMB-mounts.
If you really want to mount more, you can simply download the smb-mount script \
directly and edit the variable 'MAX_COUNT' to a higher value than $MAX_COUNT by running:
-'curl -sLO https://raw.githubusercontent.com/nextcloud/vm/master/apps/smbmount.sh /var/scripts'
-'sudo nano /var/scripts/smbmount.sh' # Edit MAX_COUNT=$MAX_COUNT to your likings and save the file
-'sudo bash /var/scripts/smbmount.sh' # Execute the script." "$SUBTITLE"
+'curl -sLO https://raw.githubusercontent.com/nextcloud/vm/master/apps/smbmount.sh' # Download the script
+'nano smbmount.sh' # Edit MAX_COUNT=$MAX_COUNT to your likings and save the file
+'sudo bash smbmount.sh' # Execute the script." "$SUBTITLE"
return
fi