Skip to content

Commit

Permalink
fix moving css files for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Oct 8, 2024
1 parent 6701e5f commit 0c43949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/thruk_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [ "$FILEVERSION" != "$OLDFILEVERSION" ]; then
# rename versioned css files
for CSS in plugins/plugins-available/*/root/*-${OLDFILEVERSION}.css; do
FILE=$(echo $CSS | sed -e "s|-${OLDFILEVERSION}.css|-${FILEVERSION}.css|g")
git mv ${CSS} ${FILE}.css
git mv ${CSS} ${FILE}
done

git mv root/thruk/javascript/thruk-${OLDFILEVERSION}.js root/thruk/javascript/thruk-$FILEVERSION.js
Expand Down

0 comments on commit 0c43949

Please sign in to comment.