1
0
Fork 0
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:
Kayou 2019-06-25 21:09:48 +02:00 committed by JimboJoe
parent 9a3ab95d68
commit 9b57702ec8

View file

@ -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