diff --git a/Makefile b/Makefile index 0e9b0ab..60ca281 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ deploy: cd /var/www/telegram-bot-use-proper-grammar; sudo chown http:http -R . sudo systemctl daemon-reload sudo systemctl enable telegram-bot-use-proper-grammar.service + sudo chown http:http -R /var/www/telegram-bot-use-proper-grammar sudo systemctl restart telegram-bot-use-proper-grammar.service devmigrate: virtual_env