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'