From ce6de562c77f7f297e1451901fb51c0795cf1987 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 6 Aug 2020 15:42:29 -0500 Subject: [PATCH] progress on install-nextcloud.sh --- install-nextcloud.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index f71ac8b..8557b9e 100755 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -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"