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 a067620 commit 80faef2Copy full SHA for 80faef2
memorystore/redis/gce_deployment/startup-script.sh
@@ -47,7 +47,7 @@ virtualenv /app/env
47
getent passwd pythonapp || useradd -m -d /home/pythonapp pythonapp
48
chown -R pythonapp:pythonapp /app
49
50
-# Configure supervisor to run the Go app.
+# Configure supervisor to run the app.
51
cat >/etc/supervisor/conf.d/pythonapp.conf << EOF
52
[program:pythonapp]
53
directory=/app
0 commit comments