diff --git a/files/jra-nc-app-ef.json b/files/jra-nc-app-ef.json index 42b2a1e..4e6d95b 100644 --- a/files/jra-nc-app-ef.json +++ b/files/jra-nc-app-ef.json @@ -14,6 +14,7 @@ "filesystem_check_changes": 1, "encoding_compatibility": false, "readonly": false + "enable_sharing": true }, "applicable_users": [], "applicable_groups": [ diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 7ec36e1..cc9bd92 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -358,6 +358,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