diff --git a/installer/install.sh b/installer/install.sh index d53a0144..c4bab5d2 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -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