Skip to content

Commit

Permalink
possible NC 29 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed May 8, 2024
1 parent 32cb6f0 commit 74a1c37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ then
fi

# Get not-latest Nextcloud version
NOT_LATEST=1
if [ -n "$NOT_LATEST" ]
then
while [ -z "$NCVERSION" ]
Expand Down Expand Up @@ -551,6 +550,10 @@ This is used when you login to Nextcloud itself, i.e. on the web."
fi

# Install Nextcloud
# NC 29 fix ## TODO: is this needed in coming versions?
mkdir "$NCPATH"/data
chown www-data:www-data "$NCPATH"/data
# Normal install
print_text_in_color "$ICyan" "Installing Nextcloud, it might take a while..."
cd "$NCPATH"
# Don't use nextcloud_occ here as it takes alooong time.
Expand Down

0 comments on commit 74a1c37

Please sign in to comment.