Chcnage install to install_msm

install is already a command
This commit is contained in:
Marcus Whybrow 2012-11-03 21:23:15 +00:00
parent 00a2251823
commit 92fef004ef
3 changed files with 3 additions and 3 deletions

View File

@ -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."

View File

@ -31,4 +31,4 @@ function enable_init() {
fi
}
install
install_msm

View File

@ -20,4 +20,4 @@ function enable_init() {
chkconfig --add msm
}
install
install_msm