mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Ops, fixed the folder remove
This commit is contained in:
parent
04ec7658e1
commit
f5b06b0d25
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ if [ ! -f "settings.json" ]; then
|
|||
fi
|
||||
|
||||
echo "Ensure that all dependencies are up to date..."
|
||||
npm install || rm -rf node_modules; exit 1
|
||||
npm install || {
|
||||
rm -rf node_modules
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "Ensure jQuery is downloaded and up to date..."
|
||||
DOWNLOAD_JQUERY="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue