mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-02 05:47:20 +02:00
typo
Fixed a minor typo (missing "b" to expand the variable) that broke the message.
This commit is contained in:
parent
fcfc50415a
commit
8f08b829a2
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ if [[ -n "${GotUpdates:-}" ]]; then
|
||||||
printf "\n%bNow recreating (%s/%s): %b%s%b\n" "$c_teal" "$CurrentQue" "$NumberofUpdates" "$c_blue" "$i" "$c_reset"
|
printf "\n%bNow recreating (%s/%s): %b%s%b\n" "$c_teal" "$CurrentQue" "$NumberofUpdates" "$c_blue" "$i" "$c_reset"
|
||||||
else
|
else
|
||||||
ContStopAfter=true
|
ContStopAfter=true
|
||||||
printf "\n%Recreating %b%s%b to apply update - then stopping to return to current state.%b\n" "$c_yellow" "$c_blue" "$i" "$c_yellow" "$c_reset"
|
printf "\n%bRecreating %b%s%b to apply update - then stopping to return to current state.%b\n" "$c_yellow" "$c_blue" "$i" "$c_yellow" "$c_reset"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking if compose-values are empty - hence started with docker run
|
# Checking if compose-values are empty - hence started with docker run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue