Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufk authored Mar 16, 2024
1 parent 0434b82 commit 70fba18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ if [ ! -L "./ebilal_web" ]; then
fi
sudo cp /opt/ebilal/other/ebilal_site_nginx /etc/nginx/sites-available/
sudo ln -s /etc/nginx/sites-available/ebilal_site_nginx /etc/nginx/sites-enabled/
sudo systemctl restart nginx
sudo rm /etc/nginx/sites-enabled/default
sudo systemctl restart nginx
sudo systemctl status ebilal.service

0 comments on commit 70fba18

Please sign in to comment.