Missing js
This commit is contained in:
parent
c610e588d2
commit
98ca24a116
|
@ -329,7 +329,7 @@ function install_turtl {
|
||||||
echo $'No default turtl api config found'
|
echo $'No default turtl api config found'
|
||||||
exit 825328
|
exit 825328
|
||||||
fi
|
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'
|
echo $'No default turtl config found'
|
||||||
exit 783524
|
exit 783524
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue