diff --git a/memorystore/redis/gce_deployment/startup-script.sh b/memorystore/redis/gce_deployment/startup-script.sh index 7a925f8244d..3e523246114 100644 --- a/memorystore/redis/gce_deployment/startup-script.sh +++ b/memorystore/redis/gce_deployment/startup-script.sh @@ -47,7 +47,7 @@ virtualenv /app/env getent passwd pythonapp || useradd -m -d /home/pythonapp pythonapp chown -R pythonapp:pythonapp /app -# Configure supervisor to run the Go app. +# Configure supervisor to run the app. cat >/etc/supervisor/conf.d/pythonapp.conf << EOF [program:pythonapp] directory=/app