Skip to content

Commit

Permalink
B #-: FC is decomissioned in 6.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Jul 29, 2024
1 parent 228ba02 commit baa438e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion minione
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,9 @@ check "gen_ssh_key $HOME/.ssh-oneprovision/id_rsa" \

check "usermod -a -G docker oneadmin" "Add oneadmin to docker group"

check "update_network_hooks" "Update network hooks"
if verlte "$VERSION" 6.8.99; then
check "update_network_hooks" "Update network hooks"
fi

check "aug_set ONEGATE_ENDPOINT '\"http://${ONEGATE_ENDPOINT}:5030\"'" \
"Switching OneGate endpoint in oned.conf"
Expand Down

0 comments on commit baa438e

Please sign in to comment.