attempting to fix naive system updater
authorChris Koeritz <fred@gruntose.com>
Fri, 3 Nov 2017 04:06:59 +0000 (00:06 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 3 Nov 2017 04:06:59 +0000 (00:06 -0400)
commit25005ff22c9f845ffffa682a903b0c0b8f76e28d
treea0c229a21157e61fa4f1e1aceffb3167a779294d
parented3682c824c8e752e12ec84781046a2c8557551a
attempting to fix naive system updater

the updater running from cron kept getting jammed up, with multiple possibly running at the same time.  this seems to be due to questions about using existing or new config files.  a fix suggested on internet says that dpkg needs to be told not to do that, and to just use the existing ones.
scripts/system/naive_system_updater.sh