You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APPLYINATOR_ACTIVE_WAIT_COUNT=60 # If the system-agent is unhealthy but had created an interlock file to indicate it was actively applying a plan, after 5 minutes, ignore the interlock.
53
+
DEFAULT_BIN_PREFIX=/usr/local
52
54
53
55
# info logs the given argument at info log level.
54
56
info() {
@@ -73,12 +75,12 @@ fatal() {
73
75
74
76
# check_target_mountpoint return success if the target directory is on a dedicated mount point
75
77
check_target_mountpoint() {
76
-
mountpoint -q "${CATTLE_AGENT_BIN_PREFIX}"
78
+
mountpoint -q "${DEFAULT_BIN_PREFIX}"
77
79
}
78
80
79
81
# check_target_ro returns success if the target directory is read-only
0 commit comments