mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
fix path
This commit is contained in:
parent
9fea0461fc
commit
845a11e240
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ cp /root/tpot/etc/nginx/tpotweb.conf /etc/nginx/sites-available/
|
|||
cp /root/tpot/etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
cp /root/tpot/keys/authorized_keys /home/tsec/.ssh/authorized_keys
|
||||
cp /root/tpot/usr/share/nginx/html/* /usr/share/nginx/html/
|
||||
for i in $(cat /data/images.conf);
|
||||
for i in $(cat /etc/tpot/images.conf);
|
||||
do
|
||||
systemctl enable $i;
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue