mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 21:02:04 +00:00
Compare commits
No commits in common. "ab6ed6b1ae6d718889f8887d184a0e8069c4b180" and "7bd6e197ab2f1019e1b554655dada6cd171aa00b" have entirely different histories.
ab6ed6b1ae
...
7bd6e197ab
@ -78,9 +78,6 @@ 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 $id)
|
||||
host=$(ct2hostname)
|
||||
host=${host/hostname: /}
|
||||
|
||||
# skip templates...
|
||||
|
||||
@ -141,9 +141,6 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
echo "# Done."
|
||||
|
||||
|
||||
@ -95,7 +95,6 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
|
||||
@ -105,9 +105,6 @@ pctSetNotes $ID
|
||||
|
||||
saveLastRunConfig
|
||||
|
||||
echo "# Traefik config..."
|
||||
traefikPushConfig
|
||||
|
||||
showNotes
|
||||
echo "# Done."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user