We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e22ff commit 515c407Copy full SHA for 515c407
ct/gatus.sh
@@ -33,6 +33,11 @@ function update_script() {
33
systemctl stop gatus
34
msg_ok "Stopped $APP"
35
36
+ if [[ :$PATH: != *":/usr/local/bin:"* ]]; then
37
+ echo 'export PATH="/usr/local/bin:$PATH"' >>~/.bashrc
38
+ source ~/.bashrc
39
+ fi
40
+
41
mv /opt/gatus/config/config.yaml /opt
42
rm -rf /opt/gatus
43
fetch_and_deploy_gh_release "gatus" "TwiN/gatus"
0 commit comments