mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
pull images and replace upstart scripts
This commit is contained in:
@ -13,9 +13,10 @@ for i in $(ls /data/upstart/);
|
||||
rm -rf /etc/init/$i || true;
|
||||
done
|
||||
|
||||
# Setup only T-Pot upstart scripts from images.conf
|
||||
# Setup only T-Pot upstart scripts from images.conf and pull the images
|
||||
for i in $(cat /data/images.conf);
|
||||
do
|
||||
docker pull dtagdevsec/$i:latest1603;
|
||||
cp /data/upstart/"$i".conf /etc/init/;
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user