mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-19 19:07:50 +00:00
urgent
Should not edit on production! Too stressful. Another mistake corrected.
This commit is contained in:
@@ -181,7 +181,7 @@ if [ -n "$GotUpdates" ] ; then
|
|||||||
ComposeFile="$ContPath/$ContConfigFile"
|
ComposeFile="$ContPath/$ContConfigFile"
|
||||||
fi
|
fi
|
||||||
### cd to the compose-file directory to account for people who use relative volumes, eg - ${PWD}/data:data
|
### 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"
|
docker pull "$ContImage"
|
||||||
### Reformat for multi-compose:
|
### Reformat for multi-compose:
|
||||||
IFS=',' read -r -a Confs <<< "$ContConfigFile" ; unset IFS
|
IFS=',' read -r -a Confs <<< "$ContConfigFile" ; unset IFS
|
||||||
|
|||||||
Reference in New Issue
Block a user