Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Jun 19, 2020
1 parent 645d9a9 commit 34ad62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/functions/apps_image
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ docker_tag_exists () {
quick_check1=$(echo $typed | tr : " " | awk '{print $1}')
quick_check2=$(echo $typed | tr : " " | awk '{print $2}')
if docker_tag_exists $quick_check1 $quick_check2; then
echo "$typed" > /pg/data/$app/image.set
common_header "🚀 PASSED: Setting [$app] image > [$typed]"
echo "$finaltyped" > /pg/data/$app/image.set
common_header "🚀 PASSED: Setting [$app] image > [$finaltyped]"
touch "/pg/data/$app/apply.settings"
common_confirm
else
Expand Down

0 comments on commit 34ad62c

Please sign in to comment.