Run pods as non-root user
[sdc.git] / catalog-be / sdc-backend-init / startup.sh
index 0a96e49..a379677 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-cd /root/chef-solo || exit $?
+cd /home/sdc/chef-solo || exit $?
 chef-solo -c solo.rb -E "${ENVNAME}"
 rc=$?
 if [ $rc != 0 ]; then exit $rc; fi