Skip to content

Commit

Permalink
Ensure CloudGen Access Connector daemon is running with latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Martinez committed Nov 8, 2021
1 parent 493e03b commit b3e7099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cga-connector/scripts/install-cga-connector-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ chmod 600 /etc/systemd/system/fyde-connector.service.d/10-environment.conf
systemctl --system daemon-reload

if [[ "${NO_START_SVC:-}" == "true" ]]; then
log_entry "INFO" "Skip CloudGen Access Connector start"
log_entry "INFO" "Skip CloudGen Access Connector daemon start"
else
log_entry "INFO" "Start CloudGen Access Connector daemon"
systemctl start fyde-connector
log_entry "INFO" "Ensure CloudGen Access Connector daemon is running with latest config"
systemctl restart fyde-connector
fi

log_entry "INFO" "To check logs:"
Expand Down

0 comments on commit b3e7099

Please sign in to comment.