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 bc2a44f commit 5a2917aCopy full SHA for 5a2917a
mycodo/scripts/upgrade_commands.sh
@@ -474,7 +474,7 @@ case "${1:-''}" in
474
dpkg -i "${INSTALL_FILE}"
475
rm -rf "${INSTALL_FILE}"
476
477
- service influxdb restart
+ systemctl restart influxd
478
else
479
printf "Correct version of InfluxDB currently installed (v${CORRECT_VERSION_INSTALL}).\n"
480
fi
@@ -492,7 +492,7 @@ case "${1:-''}" in
492
dpkg -i "${CLIENT_FILE}"
493
rm -rf "${CLIENT_FILE}"
494
495
496
497
printf "Correct version of InfluxDB-Client currently installed (v${CORRECT_VERSION_CLI}).\n"
498
0 commit comments