Index: scripts/run.sh =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r99e5b87f73c3b849ba33a212ec84cf4bf6ef38f1 --- scripts/run.sh (.../run.sh) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ scripts/run.sh (.../run.sh) (revision 99e5b87f73c3b849ba33a212ec84cf4bf6ef38f1) @@ -20,7 +20,7 @@ echo nameserver 8.8.8.8 > /etc/resolv.conf echo nameserver 192.168.10.20 >> /etc/resolv.conf -echo nameserver 192.168.10.21 > /etc/resolv.conf +echo nameserver 192.168.10.21 >> /etc/resolv.conf systemctl start systemd-resolved.service @@ -230,7 +230,7 @@ # otherwise on each update it want to set to -E mode # a good indication would be the Service Password, and it will be implemented soon. # The -E has been removed for now from run.sh to prevent the setuation mentioned above. - $HOME/$DENALI_BIN -K & + $HOME/$DENALI_BIN -KaukE & # -K & else post_log_fail "Unknown Applicaion Version" fi