Run pods as non-root user
[sdc.git] / asdctool / sdc-cassandra-init / startup.sh
index 13c882a..3e474f3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-cd /root/chef-solo
+cd /home/sdc/chef-solo
 chef-solo -c solo.rb  -E ${ENVNAME}
 rc=$?
-if [[ $rc != 0 ]]; then exit $rc; fi
\ No newline at end of file
+if [[ $rc != 0 ]]; then exit $rc; fi