mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
spelling fixes in the shell scripts
This commit is contained in:
parent
c984f496c2
commit
d0addfddb3
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ hash node-inspector > /dev/null 2>&1 || {
|
||||||
|
|
||||||
node-inspector &
|
node-inspector &
|
||||||
|
|
||||||
echo "If you new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
|
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
|
||||||
|
|
||||||
cd "node"
|
cd "node"
|
||||||
node --debug server.js
|
node --debug server.js
|
||||||
|
|
|
@ -15,7 +15,7 @@ if [ "$(id -u)" -eq 0 ]; then
|
||||||
read rocks
|
read rocks
|
||||||
if [ ! $rocks = "Etherpad Lite rocks my socks" ]
|
if [ ! $rocks = "Etherpad Lite rocks my socks" ]
|
||||||
then
|
then
|
||||||
echo "You're input was wrong"
|
echo "Your input was incorrect"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue