From d6e16a7eec7d355ebed31428770f46dc541e3bab Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 15:16:49 -0500 Subject: [PATCH] u --- scr/7_add_www_placeholder.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scr/7_add_www_placeholder.sh b/scr/7_add_www_placeholder.sh index 9eca536..69e9fe6 100755 --- a/scr/7_add_www_placeholder.sh +++ b/scr/7_add_www_placeholder.sh @@ -18,11 +18,11 @@ fi username=$1 domain=$2 -base_url_www=https://gt.op.fo/fro/lnxPub/raw/branch/master/srv/cmn/www +base_url_www=https://gt.op.fo/fro/srv-pub/raw/branch/trunk/www cd /tmp/ -wget -O favicon.ico ${base_url_www}/${domain}/favicon.ico -wget -O index.html ${base_url_www}/${domain}/index.html -wget -O robots.txt ${base_url_www}/${domain}/robots.txt +wget -O favicon.ico ${base_url_www}/favicon.ico +wget -O index.html ${base_url_www}/index.html +wget -O robots.txt ${base_url_www}/robots.txt cp favicon.ico index.html robots.txt /var/www/${domain} chown ${username}:${username} /var/www/${domain}/*.*