Skip to content

Commit 64169dd

Browse files
committed
Merge pull request #21 from sparklyballs/master
add opt out for autoupdates to git update init
2 parents 3c8f681 + 41a4c6e commit 64169dd

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)