mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Update dockcheck.sh
This commit is contained in:
parent
8e6a9b3b8b
commit
d5afc8f402
1 changed files with 1 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ if [ -n "$GotUpdates" ] ; then
|
|||
if [ -z "$UpdYes" ] ; then
|
||||
printf "\n\033[36;1mDo you want to update? y/[n]\033[0m\n"
|
||||
read UpdYes
|
||||
else
|
||||
fi
|
||||
if [ "$UpdYes" != "${UpdYes#[Yy]}" ] ; then
|
||||
for i in "${GotUpdates[@]}"
|
||||
do
|
||||
|
|
@ -99,7 +99,6 @@ if [ -n "$GotUpdates" ] ; then
|
|||
else
|
||||
printf "\nNo updates installed, exiting.\n"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
printf "\nNo updates available, exiting.\n"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue