[planet-web/oscp] Full path



commit fd0f4adc6fc2a849febd21072a844c6302637782
Author: Andrea Veri <averi redhat com>
Date:   Thu Aug 29 22:03:42 2019 +0200

    Full path

 update-pgo-heads | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/update-pgo-heads b/update-pgo-heads
index 9d806cb..0f4b787 100755
--- a/update-pgo-heads
+++ b/update-pgo-heads
@@ -15,7 +15,7 @@ cd /planet || exit
 
 <p>"
 
-for i in gnome/web/heads/*.png; do
+for i in /planet/web/gnome/heads/*.png; do
        THUMB=$(basename $i)
        if [ -f "web/heads/big/$THUMB" ]; then
                echo "<a href=\"https://planet.gnome.org/heads/big/$THUMB\";>"
@@ -36,7 +36,7 @@ echo "</p>
 
 <p>"
 
-for i in gnome/web/heads/logos/*.{png,jpg}; do
+for i in /planet/web/gnome/heads/logos/*.{png,jpg}; do
        THUMB=$(basename $i)
        echo "<img src=\"https://planet.gnome.org/heads/logos/$THUMB\";
                border=\"0\" alt=\"$(basename $THUMB)\">"
@@ -46,6 +46,6 @@ echo "</p>
 
 </body>
 
-</html>") > gnome/web/heads/index.html
+</html>") > /planet/web/gnome/heads/index.html
 
-chmod +r gnome/web/heads/index.html
+chmod +r planet/web/gnome/heads/index.html


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]