mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Adapt to new installer syntax
This commit is contained in:
parent
9b0d6d2b4f
commit
d25ececa92
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ then
|
|||
|
||||
# Launch netdata installation in /opt directory
|
||||
pushd $NETDATA_TMPDIR
|
||||
./netdata-installer.sh --install /opt --dont-wait --disable-cloud >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA"
|
||||
./netdata-installer.sh --install-prefix /opt --dont-wait --disable-cloud >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA"
|
||||
popd
|
||||
|
||||
# close fd 3
|
||||
|
|
Loading…
Add table
Reference in a new issue