mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
fix path
This commit is contained in:
parent
845a11e240
commit
8417ed2fbd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ for i in $(cat /etc/tpot/images.conf);
|
|||
echo
|
||||
echo "### Now pulling "$i
|
||||
docker pull dtagdevsec/$i:1706;
|
||||
cp /data/systemd/$i.service /etc/systemd/system/
|
||||
cp /etc/tpot/systemd/$i.service /etc/systemd/system/
|
||||
systemctl enable $i;
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue