Skip to content

Commit 78e3d38

Browse files
b-crumbmarcan
authored andcommitted
allow user to manually manage m1n1 updates
Signed-off-by: b-crumb <[email protected]>
1 parent 01b8d51 commit 78e3d38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

update-m1n1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -e
55

66
[ -e /etc/default/update-m1n1 ] && . /etc/default/update-m1n1
77

8+
[ $M1N1_MANAGED_MANUALLY == 1 ] && exit 0
9+
810
if [ -e "$(dirname "$0")"/functions.sh ]; then
911
. "$(dirname "$0")"/functions.sh
1012
else

0 commit comments

Comments
 (0)