Skip to content

Commit

Permalink
nextcloud: remove beta option
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed Aug 9, 2021
1 parent 6aefb5d commit 5a05b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions bin/ncp/CONFIG/nc-nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ EOF

configure()
{
## IF BETA SELECTED ADD "pre" to DOWNLOAD PATH
[[ "$BETA" == yes ]] && local PREFIX="pre"

## DOWNLOAD AND (OVER)WRITE NEXTCLOUD
cd /var/www/

Expand Down
6 changes: 0 additions & 6 deletions etc/ncp-config.d/nc-nextcloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"name": "Version",
"value": "20.0.11"
},
{
"id": "BETA",
"name": "Beta",
"value": "no",
"type": "bool"
},
{
"id": "MAXFILESIZE",
"name": "Maximum file size",
Expand Down

0 comments on commit 5a05b89

Please sign in to comment.