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