You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# note that here we `echo "..." | psql` instead of `psql -c "..."` to avoid
1019
+
# leaking secrets in `ps -ef` output.
1020
+
echo"INSERT INTO users (username, password, salt) VALUES ('CFE_ROBOT', 'SHA=$CFE_ROBOT_PW_HASH', '$CFE_ROBOT_PW_SALT') ON CONFLICT (username, external) DO UPDATE SET password = 'SHA=$CFE_ROBOT_PW_HASH', salt = '$CFE_ROBOT_PW_SALT'"|"$PREFIX/bin/psql" cfsettings
0 commit comments