From: mhoellein Date: Fri, 10 Jul 2020 11:13:15 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=ccfa15273ac9ebbc4f98b8f17f0dbfaa83453f58;p=homeserver saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 4a31a998..4cd716bc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2860,6 +2860,8 @@ maybe chgrp 'icingaweb2' 'icingaweb2/modules' maybe chmod 2770 'icingaweb2/modules' maybe chmod 0755 'icingaweb2/modules/translation' maybe chmod 0644 'icingaweb2/modules/translation/config.ini' +maybe chgrp 'icingaweb2' 'icingaweb2/setup.token' +maybe chmod 0660 'icingaweb2/setup.token' maybe chmod 0644 'idmapd.conf' maybe chmod 0755 'ifplugd' maybe chmod 0755 'ifplugd/action.d' diff --git a/icingaweb2/setup.token b/icingaweb2/setup.token new file mode 100644 index 00000000..e402f4cb --- /dev/null +++ b/icingaweb2/setup.token @@ -0,0 +1 @@ +8108ab536169883a \ No newline at end of file