Skip to content

Commit

Permalink
Always call update SSL script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Maxwell committed Jan 3, 2017
1 parent bcb0e36 commit 8eab81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/artifacts/cattle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ run() {

env | grep CATTLE | grep -v PASS | sort

update-rancher-ssl

local ram=$(free -g --si | awk '/^Mem:/{print $2}')
if [ ${ram} -gt 6 ]; then
MX="4g"
Expand Down Expand Up @@ -260,6 +258,8 @@ master()
run
}

update-rancher-ssl

if [ "$1" = "extract" ]; then
extract
elif [ "$CATTLE_MASTER" = true ]; then
Expand Down

0 comments on commit 8eab81d

Please sign in to comment.