1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00
This commit is contained in:
Josué Tille 2024-04-16 23:18:14 +02:00
parent dba405ff29
commit 51e3082696
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -44,7 +44,7 @@ load_vars() {
# Big warning here
# This function is called by the hook in install/upgrade/remove yunohost operation
# We we need to ensure that this function the quickest as possible
# Note that we don't use the yunohost command internationally for optimization
# Note that we don't use the yunohost command intentionally for optimization
if ynh_package_is_installed --package=mysql; then
readonly mysql_installed=true
else