From: mhoellein Date: Wed, 4 Jul 2018 08:38:38 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=d12fed266624301594922b0ad38134cd426177ad;p=pi-dgl-wand saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index d750a51..dafc2b0 100755 --- a/.etckeeper +++ b/.etckeeper @@ -45,7 +45,7 @@ mkdir -p './vnc/licensekeys/vncserver' maybe chmod 0755 '.' maybe chmod 0700 '.etckeeper' maybe chmod 0644 '.fstab' -maybe chmod 0644 '.gitignore' +maybe chmod 0600 '.gitignore' maybe chmod 0755 '.java' maybe chmod 0755 '.java/.systemPrefs' maybe chmod 0644 '.java/.systemPrefs/.system.lock' diff --git a/etckeeper/etckeeper.conf b/etckeeper/etckeeper.conf index f988c10..1fecf03 100644 --- a/etckeeper/etckeeper.conf +++ b/etckeeper/etckeeper.conf @@ -40,4 +40,4 @@ LOWLEVEL_PACKAGE_MANAGER=dpkg # To push each commit to a remote, put the name of the remote here. # (eg, "origin" for git). Space-separated lists of multiple remotes # also work (eg, "origin gitlab github" for git). -PUSH_REMOTE="" +PUSH_REMOTE="origin"