mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Fix typo
This commit is contained in:
parent
dba405ff29
commit
51e3082696
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ load_vars() {
|
||||||
# Big warning here
|
# Big warning here
|
||||||
# This function is called by the hook in install/upgrade/remove yunohost operation
|
# 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
|
# 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
|
if ynh_package_is_installed --package=mysql; then
|
||||||
readonly mysql_installed=true
|
readonly mysql_installed=true
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue