From 845a11e24094f0fc9abac663fa8cbb223baf4252 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 19 Apr 2017 15:39:34 +0200 Subject: [PATCH] fix path --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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