From: Michael Prokop Date: Tue, 13 Aug 2019 13:19:58 +0000 (+0200) Subject: default_config: fix syntax error X-Git-Tag: v0.102.1~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=9baad85b88626513adeb90ba5e0dc2b97b7e88e7;p=grml-terminalserver.git default_config: fix syntax error --- diff --git a/default_config b/default_config index 5e1924d..62da7f7 100644 --- a/default_config +++ b/default_config @@ -2,7 +2,7 @@ # !!! DO NOT EDIT THIS FILE !!! # /etc/grml/terminalserver/config is what you are searching for -if [ -e /run/live/medium ] l then +if [ -e /run/live/medium ] ; then MOUNT_POINT_='/run/live/medium' # since Dec. 2018 elif [ -e /lib/live/mount/medium ] ; then MOUNT_POINT_="/lib/live/mount/medium"