Enable sharing on external folder
This commit is contained in:
parent
2c46e87c68
commit
19ff6a7f4b
|
@ -14,6 +14,7 @@
|
||||||
"filesystem_check_changes": 1,
|
"filesystem_check_changes": 1,
|
||||||
"encoding_compatibility": false,
|
"encoding_compatibility": false,
|
||||||
"readonly": false
|
"readonly": false
|
||||||
|
"enable_sharing": true
|
||||||
},
|
},
|
||||||
"applicable_users": [],
|
"applicable_users": [],
|
||||||
"applicable_groups": [
|
"applicable_groups": [
|
||||||
|
|
|
@ -359,6 +359,7 @@ fi
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
Latest version to be installed: $STABLEVERSION
|
Latest version to be installed: $STABLEVERSION
|
||||||
|
(This might take sometime, please be patient...)
|
||||||
"
|
"
|
||||||
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
|
curl -s $NC_REPO/$STABLEVERSION.zip > /tmp/$STABLEVERSION.zip
|
||||||
unzip -q /tmp/$STABLEVERSION.zip
|
unzip -q /tmp/$STABLEVERSION.zip
|
||||||
|
|
Loading…
Reference in New Issue