mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
fix
This commit is contained in:
parent
fcbb2952d3
commit
412c7fa508
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ touch /var/run/check.lock
|
|||
|
||||
# Stop T-Pot services and disable all T-Pot services
|
||||
echo "### Stopping T-Pot services and cleaning up."
|
||||
for i in $(cat /data/images.conf);
|
||||
for i in $(cat /data/all_images.conf);
|
||||
do
|
||||
systemctl stop $i
|
||||
sleep 2
|
||||
|
@ -58,7 +58,7 @@ systemctl start docker
|
|||
sleep 1
|
||||
|
||||
# Enable only T-Pot upstart scripts from images.conf and pull the images
|
||||
for i in $(cat /data/images.conf);
|
||||
for i in $(cat /data/imgcfg/images.conf);
|
||||
do
|
||||
echo
|
||||
echo "### Now pulling "$i
|
||||
|
|
Loading…
Reference in a new issue