mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 12:52:04 +00:00
Compare commits
4 Commits
7bd6e197ab
...
ab6ed6b1ae
| Author | SHA1 | Date | |
|---|---|---|---|
| ab6ed6b1ae | |||
| 637786b9fc | |||
| df20f1662c | |||
| a1c3bfd127 |
@ -78,6 +78,9 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
echo "# Done."
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ fi
|
||||
for ct in $CT_DIR/*.conf ; do
|
||||
id=$(basename ${ct/.conf/})
|
||||
|
||||
host=$(ct2hostname)
|
||||
host=$(ct2hostname $id)
|
||||
host=${host/hostname: /}
|
||||
|
||||
# skip templates...
|
||||
|
||||
@ -141,6 +141,9 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
echo "# Done."
|
||||
|
||||
|
||||
@ -95,6 +95,7 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
|
||||
@ -105,6 +105,9 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
echo "# Done."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user