Compare commits

..

No commits in common. "ab6ed6b1ae6d718889f8887d184a0e8069c4b180" and "7bd6e197ab2f1019e1b554655dada6cd171aa00b" have entirely different histories.

5 changed files with 1 additions and 11 deletions

View File

@ -78,9 +78,6 @@ pctSetNotes $ID
saveLastRunConfig saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes showNotes
echo "# Done." echo "# Done."

View File

@ -23,7 +23,7 @@ fi
for ct in $CT_DIR/*.conf ; do for ct in $CT_DIR/*.conf ; do
id=$(basename ${ct/.conf/}) id=$(basename ${ct/.conf/})
host=$(ct2hostname $id) host=$(ct2hostname)
host=${host/hostname: /} host=${host/hostname: /}
# skip templates... # skip templates...

View File

@ -141,9 +141,6 @@ pctSetNotes $ID
saveLastRunConfig saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes showNotes
echo "# Done." echo "# Done."

View File

@ -95,7 +95,6 @@ pctSetNotes $ID
saveLastRunConfig saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig traefikPushConfig
showNotes showNotes

View File

@ -105,9 +105,6 @@ pctSetNotes $ID
saveLastRunConfig saveLastRunConfig
echo "# Traefik config..."
traefikPushConfig
showNotes showNotes
echo "# Done." echo "# Done."