1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

feat(php83): fix nit

This commit is contained in:
Ilmari Aho 2024-10-07 13:29:06 +03:00
parent b211ecaa74
commit 515d15ba5a

View file

@ -256,4 +256,4 @@ for template in ${templates}; do
fi
echo " Adding ${template} alert template"
ln -sf /data/alert-templates/${template} ${LIBRENMS_PATH}/resources/views/alerts/templates/${template}
done
done