diff --git a/src/modules/system/install/ee_mod_install_mysql.sh b/src/modules/system/install/ee_mod_install_mysql.sh index 73321782..f6c81f08 100644 --- a/src/modules/system/install/ee_mod_install_mysql.sh +++ b/src/modules/system/install/ee_mod_install_mysql.sh @@ -1,4 +1,4 @@ -# Install MySQL Package +# Install MySQL package ee_mod_install_mysql() { diff --git a/src/modules/system/install/ee_mod_install_postfix.sh b/src/modules/system/install/ee_mod_install_postfix.sh index a7740cd0..4a1571c1 100644 --- a/src/modules/system/install/ee_mod_install_postfix.sh +++ b/src/modules/system/install/ee_mod_install_postfix.sh @@ -1,4 +1,4 @@ -# Install Postfix +# Install Postfix package function ee_mod_install_postfix() { diff --git a/src/modules/system/remove/ee_mod_remove_mysql.sh b/src/modules/system/remove/ee_mod_remove_mysql.sh index 66e8d6c9..025a0d24 100644 --- a/src/modules/system/remove/ee_mod_remove_mysql.sh +++ b/src/modules/system/remove/ee_mod_remove_mysql.sh @@ -1,4 +1,4 @@ -# Remove MySQL Package +# Remove MySQL package function ee_mod_remove_mysql() { diff --git a/src/modules/system/remove/ee_mod_remove_postfix.sh b/src/modules/system/remove/ee_mod_remove_postfix.sh index 7bd32d19..2da20872 100644 --- a/src/modules/system/remove/ee_mod_remove_postfix.sh +++ b/src/modules/system/remove/ee_mod_remove_postfix.sh @@ -1,4 +1,4 @@ -# Remove Postfix +# Remove Postfix package function ee_mod_remove_postfix() {