Kleine Korrekturen für Logging

This commit is contained in:
Felix Lohmeier 2020-07-23 13:32:52 +02:00
parent 8ef113887b
commit c612b1c67c
1 changed files with 3 additions and 3 deletions

View File

@ -381,7 +381,7 @@ echo
# - key > Edit cells > Blank down # - key > Edit cells > Blank down
# - value > Edit cells > join multi-valued cells... > ␟ # - value > Edit cells > join multi-valued cells... > ␟
echo "Mehrfachbelegungen zusammenführen" echo "Mehrfachbelegungen zusammenführen..."
if curl -fs \ if curl -fs \
--data project="${projects[$p]}" \ --data project="${projects[$p]}" \
--data-urlencode "operations@-" \ --data-urlencode "operations@-" \
@ -414,7 +414,7 @@ echo
# ------------------ 07 Titeldaten-Felder mit Zahlen löschen ----------------- # # ------------------ 07 Titeldaten-Felder mit Zahlen löschen ----------------- #
# außer 026, weil das für Zuordnung IDNR benötigt wird # außer 026, weil das für Zuordnung IDNR benötigt wird
echo "Titeldaten-Felder mit Zahlen löschen" echo "Titeldaten-Felder mit Zahlen löschen..."
if curl -fs \ if curl -fs \
--data project="${projects[$p]}" \ --data project="${projects[$p]}" \
--data-urlencode "operations@-" \ --data-urlencode "operations@-" \
@ -461,7 +461,7 @@ echo
# - key > Transpose > Columnize by key/value columns... > OK # - key > Transpose > Columnize by key/value columns... > OK
echo "Titeldaten-Felder mit Zahlen löschen" echo "Transponieren..."
if curl -fs \ if curl -fs \
--data project="${projects[$p]}" \ --data project="${projects[$p]}" \
--data-urlencode "operations@-" \ --data-urlencode "operations@-" \