mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Chcnage install
to install_msm
install is already a command
This commit is contained in:
parent
00a2251823
commit
92fef004ef
@ -142,7 +142,7 @@ function install_complete() {
|
|||||||
install_log "Done. Type 'msm help' to get started. Have fun!"
|
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 "This script requires superuser access to install files to /etc."
|
||||||
echo "You will be prompted for your password by sudo."
|
echo "You will be prompted for your password by sudo."
|
||||||
|
|
||||||
|
@ -31,4 +31,4 @@ function enable_init() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
install
|
install_msm
|
||||||
|
@ -20,4 +20,4 @@ function enable_init() {
|
|||||||
chkconfig --add msm
|
chkconfig --add msm
|
||||||
}
|
}
|
||||||
|
|
||||||
install
|
install_msm
|
||||||
|
Loading…
Reference in New Issue
Block a user