Add simple header to script
parent
813c27f313
commit
b9c1eea7b8
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
###########################################################################
|
||||
# Packaging script which creates debian and RPM packages. It optionally
|
||||
# tags the repo with the given version. 'fpm' must be on the path.
|
||||
|
||||
INSTALL_ROOT_DIR=/opt/influxdb
|
||||
CONFIG_ROOT_DIR=/etc/opt/influxdb
|
||||
|
||||
|
|
Loading…
Reference in New Issue