This commit is contained in:
Marco Ochse 2017-04-19 15:39:34 +02:00 committed by GitHub
parent 9fea0461fc
commit 845a11e240

View file

@ -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