This commit is contained in:
Bela 2020-02-12 14:23:02 +01:00
parent b6098de017
commit 40d01758a6
2 changed files with 4 additions and 3 deletions

View file

@ -240,13 +240,14 @@ addDates()
new="_$new";;
esac
new="$date$new" # date und _ haben keine Leerzeichen
# existiert eine Datei mit dem neuen Namen bereits?
# -e ist exist. die Datei schon?
# different jpeg extensions:
new="$(echo "$new" | sed 's/\.JPG/.jpg/g')"
new="$(echo "$new" | sed 's/\.JPEG/.jpg/g')"
new="$(echo "$new" | sed 's/\.jpeg/.jpg/g')"
# existiert eine Datei mit dem neuen Namen bereits?
# -e ist exist. die Datei schon?
if test -e "$new"
then
log "a file with name \"$new\" already exists, -> dont rename: $fil"

View file

@ -30,7 +30,7 @@
<br>
<h2>
<div align="center">
<a href="https://flugit.hilsky.de/flukx/website">
<a href="https://flugit.hilsky.de/flukx/website/src/branch/master/README.md">
Felix' Internetauftritt
</a>
</div>