From 4f85a93b32e0dd49ce7bbb608ff266061cc57707 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Feb 2018 11:49:25 +0000 Subject: [PATCH] No hyphen --- src/freedombone-app-edith | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-edith b/src/freedombone-app-edith index 3f9c9ed2..4ae7233d 100755 --- a/src/freedombone-app-edith +++ b/src/freedombone-app-edith @@ -405,7 +405,7 @@ function install_edith { cp /var/www/$EDITH_DOMAIN_NAME/htdocs/htaccess.example /var/www/$EDITH_DOMAIN_NAME/htdocs/.htaccess cd /var/www/$EDITH_DOMAIN_NAME/htdocs - npm install -g coffee-script uglify-js + npm install -g coffeescript uglify-js cake build if [ ! "$?" = "0" ]; then echo $'Unable to build Edith'