grafana exit-script

pull/1213/head
tteckster 2 years ago committed by GitHub
parent 089bb495d5
commit 9959493984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/alpine-grafana.sh

@ -60,6 +60,8 @@ header_info
if [ "$UPD" == "1" ]; then
apk update && apk upgrade
exit;
else
exit-script
fi
}

Loading…
Cancel
Save