mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Execute rc.local after to update /etc/issue and IPs
This commit is contained in:
parent
3af4e0300a
commit
bf97332e65
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# T-Pot Community Edition #
|
# T-Pot Community Edition #
|
||||||
# Container and services restart script #
|
# 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 ];
|
if [ -a /var/run/check.lock ];
|
||||||
|
@ -46,3 +46,4 @@ fi
|
||||||
|
|
||||||
rm /var/run/check.lock
|
rm /var/run/check.lock
|
||||||
|
|
||||||
|
/etc/rc.local
|
||||||
|
|
Loading…
Reference in a new issue