diff --git a/installers/common.sh b/installers/common.sh index 96ee783..8a36205 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -142,7 +142,7 @@ function install_complete() { install_log "Done. Type 'msm help' to get started. Have fun!" } -function install() { +function install_msm() { echo "This script requires superuser access to install files to /etc." echo "You will be prompted for your password by sudo." diff --git a/installers/debian.sh b/installers/debian.sh index 8dca361..c682a8b 100755 --- a/installers/debian.sh +++ b/installers/debian.sh @@ -31,4 +31,4 @@ function enable_init() { fi } -install +install_msm diff --git a/installers/redhat.sh b/installers/redhat.sh index eb19b47..5e04d8c 100644 --- a/installers/redhat.sh +++ b/installers/redhat.sh @@ -20,4 +20,4 @@ function enable_init() { chkconfig --add msm } -install +install_msm