diff options
Diffstat (limited to 'install-webserver.sh')
-rwxr-xr-x | install-webserver.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install-webserver.sh b/install-webserver.sh index 9afab7b..d32f5f1 100755 --- a/install-webserver.sh +++ b/install-webserver.sh @@ -17,4 +17,6 @@ cd /var/www/reichwein.it-debian for i in $DISTROS; do echo "Installing webserver for $i ..." reprepro -C $i --ignore=wrongdistribution include stable /home/rr/result/$i/webserver_${VERSION}_amd64.changes + echo "Copying webserver for $i to direct download location ..." + cp /home/rr/result/$i/webserver_${VERSION}_*.deb /var/www/reichwein.it-download/$i/ done |