Missing js

This commit is contained in:
Bob Mottram 2016-12-15 23:18:21 +00:00
parent c610e588d2
commit 98ca24a116
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ function install_turtl {
echo $'No default turtl api config found'
exit 825328
fi
if [ ! -f /var/www/$TURTL_DOMAIN_NAME/htdocs/config/config.default ]; then
if [ ! -f /var/www/$TURTL_DOMAIN_NAME/htdocs/config/config.js.default ]; then
echo $'No default turtl config found'
exit 783524
fi