added EOF marks, fixed missing exports

This commit is contained in:
levasseur
2021-09-28 13:46:22 +02:00
parent eb57ad3c88
commit 804aaa3545
16 changed files with 34 additions and 0 deletions

View File

@@ -87,3 +87,8 @@ precheck_authnz()
prnt m "\t* $LOCAL_USERS"
fi
}
export -f authnz
export -f precheck_authnz
# EOF

View File

@@ -152,3 +152,5 @@ precheck_conf_disks()
export -f conf_disks
export -f precheck_conf_disks
# EOF

View File

@@ -76,3 +76,5 @@ precheck_conf_locale()
export -f conf_locale
export -f precheck_conf_locale
# EOF

View File

@@ -38,3 +38,5 @@ precheck_conf_mail()
export -f conf_mail
export -f precheck_conf_mail
# EOF

View File

@@ -55,3 +55,5 @@ precheck_conf_ntp()
export -f conf_ntp
export -f precheck_conf_ntp
# EOF

View File

@@ -39,3 +39,5 @@ precheck_conf_ssh()
export -f conf_ssh
export -f precheck_conf_ssh
# EOF

View File

@@ -26,3 +26,4 @@ precheck_conf_syslog()
export -f conf_syslog
export -f precheck_conf_syslog
# EOF

View File

@@ -36,3 +36,5 @@ precheck_create_vm()
export -f create_vm
export -f precheck_create_vm
# EOF

View File

@@ -47,3 +47,5 @@ precheck_install_chromium()
export -f install_chromium
export -f precheck_install_chromium
# EOF

View File

@@ -44,3 +44,5 @@ precheck_install_desktop()
export -f install_desktop
export -f precheck_install_desktop
# EOF

View File

@@ -38,3 +38,5 @@ precheck_install_mkagent()
export -f install_mkagent
export -f precheck_install_mkagent
# EOF

View File

@@ -69,3 +69,5 @@ precheck_install_pkg()
export -f install_pkg
export -f precheck_install_pkg
# EOF

View File

@@ -38,3 +38,5 @@ precheck_install_profile()
export -f install_profile
export -f precheck_install_profile
# EOF

View File

@@ -31,3 +31,5 @@ precheck_patch_snmp()
export -f patch_snmp
export -f precheck_patch_snmp
# EOF

View File

@@ -43,3 +43,5 @@ precheck_@template@()
##Public functions might be exported
export -f @template@
export -f precheck_@template@
##EOF

View File

@@ -71,3 +71,5 @@ precheck_upgrade_dist()
export -f upgrade_dist
export -f precheck_upgrade_dist
# EOF