From bf97332e650a20dd73d009a242137295cfc09554 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 5 Feb 2015 14:01:49 +0100 Subject: [PATCH] Execute rc.local after to update /etc/issue and IPs --- installer/bin/dcres.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/bin/dcres.sh b/installer/bin/dcres.sh index 19e857a9..87353a9d 100755 --- a/installer/bin/dcres.sh +++ b/installer/bin/dcres.sh @@ -4,7 +4,7 @@ # T-Pot Community Edition # # Container and services restart script # # # -# v0.11 by mo, DTAG, 2015-01-29 # +# v0.12 by mo, DTAG, 2015-02-05 # ######################################################## if [ -a /var/run/check.lock ]; @@ -46,3 +46,4 @@ fi rm /var/run/check.lock +/etc/rc.local