Skip to content

Commit 41a4c6e

Browse files
committed
add opt out for autoupdates to git update init
1 parent 3c8f681 commit 41a4c6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

init/30_update_plex.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
3+
# opt out for autoupdates
4+
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
5+
26
export DEBIAN_FRONTEND=noninteractive
37

48
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done

0 commit comments

Comments
 (0)