mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
Fixed typo
This commit is contained in:
parent
3b2a601beb
commit
4e0cf8a0c3
@ -13,9 +13,9 @@ type -P node &>/dev/null || {
|
||||
exit 1
|
||||
}
|
||||
|
||||
#Is node installed?
|
||||
#Is npm installed?
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user