Merge pull request #21 from sparklyballs/master

add opt out for autoupdates to git update init
pull/24/head
Stian Buch Larsen 9 years ago
commit 64169dd834

@ -1,4 +1,8 @@
#!/bin/bash
# opt out for autoupdates
[ "$ADVANCED_DISABLEUPDATES" ] && exit 0
export DEBIAN_FRONTEND=noninteractive
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done

Loading…
Cancel
Save