Fixed typo
This commit is contained in:
parent
3b2a601beb
commit
4e0cf8a0c3
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ type -P node &>/dev/null || {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
#Is node installed?
|
#Is npm installed?
|
||||||
type -P npm &>/dev/null || {
|
type -P npm &>/dev/null || {
|
||||||
echo "You need to install npmq to run Etherpad-Lite!" >&2
|
echo "You need to install npm to run Etherpad-Lite!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue