Autopause logs (#539)

This commit is contained in:
Michael Kirsch
2020-05-23 16:15:10 +02:00
committed by GitHub
parent b11806e341
commit f2806d9335
5 changed files with 29 additions and 20 deletions
-3
View File
@@ -41,9 +41,6 @@ if [ $(id -u) = 0 ]; then
chown -R ${runAsUser}:${runAsGroup} /autopause
fi
ln -fs $(tty) /tmp/terminal-mc
chmod 777 /tmp/terminal-mc
if [[ ${SKIP_NSSWITCH_CONF^^} != TRUE ]]; then
echo 'hosts: files dns' > /etc/nsswitch.conf
fi