test
Dieser Commit ist enthalten in:
Ursprung
923844e525
Commit
54d5dbb939
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -276,8 +276,8 @@ plugins:
|
||||||
'firststeps-rspamd_ui.md': 'post_installation/firststeps-rspamd_ui.en.md'
|
'firststeps-rspamd_ui.md': 'post_installation/firststeps-rspamd_ui.en.md'
|
||||||
'firststeps-snat.md': 'post_installation/firststeps-snat.en.md'
|
'firststeps-snat.md': 'post_installation/firststeps-snat.en.md'
|
||||||
'firststeps-sync_jobs_migration.md': 'post_installation/firststeps-sync_jobs_migration.en.md'
|
'firststeps-sync_jobs_migration.md': 'post_installation/firststeps-sync_jobs_migration.en.md'
|
||||||
'models/model-acl.md': 'models/model-acl.en.md'
|
'model-acl.md': 'models/model-acl.en.md'
|
||||||
'models/model-passwd.md': 'models/model-passwd.en.md'
|
'model-passwd.md': 'models/model-passwd.en.md'
|
||||||
'model-sender_rcv.md': 'models/model-sender_rcv.en.md'
|
'model-sender_rcv.md': 'models/model-sender_rcv.en.md'
|
||||||
'debug.md': 'troubleshooting/debug.en.md'
|
'debug.md': 'troubleshooting/debug.en.md'
|
||||||
'debug-admin_login_sogo.md': 'troubleshooting/debug-admin_login_sogo.en.md'
|
'debug-admin_login_sogo.md': 'troubleshooting/debug-admin_login_sogo.en.md'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
find ./site/ -maxdepth 2 -mindepth 2 -type f -name 'index.html' -not -path './site/de/*' -not -path './site/en/*' | while read f; do
|
find ./site/ -maxdepth 3 -mindepth 2 -type f -name 'index.html' -not -path './site/de/*' -not -path './site/en/*' | while read f; do
|
||||||
echo "Fixing redirect ''$f'..."
|
echo "Fixing redirect ''$f'..."
|
||||||
sed -i -E 's/\.en\/"/\/"/' $f
|
sed -i -E 's/\.en\/"/\/"/' $f
|
||||||
done
|
done
|
||||||
|
|
Laden …
In neuem Issue referenzieren