Skip to content

Commit 2ff810a

Browse files
b-crumbmarcan
authored andcommitted
update-m1n1: simplify & rename for manual management
Signed-off-by: b-crumb <[email protected]>
1 parent 78e3d38 commit 2ff810a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update-m1n1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

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

8-
[ $M1N1_MANAGED_MANUALLY == 1 ] && exit 0
8+
[ -n $M1N1_UPDATE_DISABLED ] && exit 0
99

1010
if [ -e "$(dirname "$0")"/functions.sh ]; then
1111
. "$(dirname "$0")"/functions.sh

0 commit comments

Comments
 (0)