6 lines
233 B
Bash
6 lines
233 B
Bash
#!/usr/local/bin/bash
|
|
# This file contains the update script for influxdb
|
|
|
|
iocage exec "$1" service influxd stop
|
|
# InfluxDB is updated during PKG update, this file is mostly just a placeholder
|
|
iocage exec "$1" service influxd restart |