We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3e183 commit ef919b6Copy full SHA for ef919b6
apps/py/ch12_deployment/server_setup/server_setup.sh
@@ -57,7 +57,7 @@ cd /apps/app_repo/apps/py/ch07_web/
57
pip install -r requirements.txt
58
59
# Copy and enable the daemon
60
-cp /apps/app_repo/apps/py/Ch10_deploy/config/guitary.service /etc/systemd/system/guitary.service
+cp /apps/app_repo/apps/py/ch12_deployment/config/guitary.service /etc/systemd/system/guitary.service
61
62
63
systemctl start guitary
0 commit comments