mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
close fd (#32)
This commit is contained in:
parent
9a3ab95d68
commit
9b57702ec8
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ if [ "$installed_version" != "$version_to_install" ] ; then
|
|||
./netdata-installer.sh --install /opt --dont-wait >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA"
|
||||
|
||||
popd
|
||||
|
||||
# close fd 3
|
||||
exec 3<&-
|
||||
fi
|
||||
|
||||
# Specific configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue