Skip to content

Commit

Permalink
progress on install-nextcloud.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 6, 2020
1 parent 32573d5 commit ce6de56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install-nextcloud.sh
Expand Up @@ -67,4 +67,8 @@ if [ ! -d $NEXTCLOUD_DIR ]; then
sudo chown -R www-data:www-data $NEXTCLOUD_DIR
fi

echo "restarting apache ..."
sudo systemctl restart apache2

echo
echo "nextcloud installed in $NEXTCLOUD_DIR"

0 comments on commit ce6de56

Please sign in to comment.