diff options
author | Raphaël Dubigny <rdubigny@users.noreply.github.com> | 2015-04-04 17:30:41 +0200 |
---|---|---|
committer | Raphaël Dubigny <rdubigny@users.noreply.github.com> | 2015-04-04 17:30:41 +0200 |
commit | 119fc82387695a5bddd1ab441d9022ff50594684 (patch) | |
tree | 35e9280dd2523d8d500197f57b7e383619565377 /bin | |
parent | dfd17d1aba8e3e803e6cb951f7b0e8625ce39143 (diff) | |
download | etherpad-lite-119fc82387695a5bddd1ab441d9022ff50594684.zip |
Update installDeps.sh
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/installDeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 914e45a4..a5e4d5ab 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -103,7 +103,7 @@ if [ $DOWNLOAD_JQUERY = "true" ]; then fi #Remove all minified data to force node creating it new -echo "Clear minified cache..." +echo "Clearing minified cache..." rm -f var/minified* echo "Ensure custom css/js files are created..." |