Update ct/nightscout.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Francesco Vattiato 2026-01-18 06:21:48 +01:00
parent c7d2c8fed0
commit fb1fbf0a6e

View File

@ -29,7 +29,7 @@ function update_script() {
fi fi
msg_info "Updating ${APP}" msg_info "Updating ${APP}"
systemctl stop nightscout systemctl stop nightscout
cd /opt/nightscout || exit cd /opt/nightscout
git pull git pull
npm install npm install
systemctl start nightscout systemctl start nightscout