Skip to content

Commit

Permalink
fix reading css logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Apr 29, 2024
1 parent 71e1955 commit 21c3c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ start() {
js_tags+="<script type=\"text/javascript\" src=\"mod/${mod_path##*/}/mod.js\"></script>\n"
fi
if [[ -f "$mod_css_path" ]]; then
echo "Reading ${mod_js_path}"
echo "Reading ${mod_css_path}"
css_tags+="<link href=\"/mod/${mod_path##*/}/mod.css\" rel=\"stylesheet\">\n"
fi
done
Expand Down

0 comments on commit 21c3c56

Please sign in to comment.