Skip to content

Commit

Permalink
update: nc-automount only in non-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jan 18, 2019
1 parent d0ca44a commit 8edfd06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,13 @@ cp -r ncp-app /var/www/
rm -f /var/www/nextcloud && \
ln -s /data/nextcloud /var/www/nextcloud
}

# re-enable automount
is_active_app nc-automount && run_app nc-automount
:
}

# for non docker images
[[ ! -f /.docker-image ]] && {
# re-enable automount
is_active_app nc-automount && run_app nc-automount
:
}

Expand Down

0 comments on commit 8edfd06

Please sign in to comment.