Skip to content
Snippets Groups Projects
Commit 2a189eea authored by Bob Mottram's avatar Bob Mottram
Browse files

Use full path for filename

parent cc14de6d
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ function web_admin_create_installed_apps {
echo ' <div class="row">' >> "$appslist_filename"
fi
filename="app_${app_name}.html"
filename="/var/www/${local_hostname}/htdocs/admin/app_${app_name}.html"
{ echo ' <div class="column">';
echo ' <div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment