diff --git a/intsall.sh b/intsall.sh index fc4fb03..226cb14 100644 --- a/intsall.sh +++ b/intsall.sh @@ -39,4 +39,12 @@ echo "Setting permissions on the files" chmod -R $USERNAME:$NGINXGROUP $CURRENTDIR echo "Installing nginx config to /etc/nginx/conf.d" -cp paste.conf /etc/nginx/conf.d/paste.conf \ No newline at end of file +cp paste.conf /etc/nginx/conf.d/paste.conf + +echo "Starting paste service" +systemctl start paste.service + +echo "Restarting nginx service" +systemctl restart nginx + +echo "Done :)" \ No newline at end of file