mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-14 23:38:15 +01:00
urgent
Should not edit on production! Too stressful. Another mistake corrected.
This commit is contained in:
parent
3e60468d47
commit
aac065022c
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ if [ -n "$GotUpdates" ] ; then
|
|||
ComposeFile="$ContPath/$ContConfigFile"
|
||||
fi
|
||||
### cd to the compose-file directory to account for people who use relative volumes, eg - ${PWD}/data:data
|
||||
cd "$(dirname "${ContPath}")" || { echo "Path error - skipping $i" ; continue ; }
|
||||
cd "$ContPath" || { echo "Path error - skipping $i" ; continue ; }
|
||||
docker pull "$ContImage"
|
||||
### Reformat for multi-compose:
|
||||
IFS=',' read -r -a Confs <<< "$ContConfigFile" ; unset IFS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue