[planet-web/oscp] Another path fix :-)



commit 160f0a06e6e22b55fea63f4339eb8718fed73cf1
Author: Andrea Veri <averi redhat com>
Date:   Thu Aug 29 22:31:29 2019 +0200

    Another path fix :-)

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 1e93960..69f7e25 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -14,7 +14,7 @@ else
 
     for dir in `ls /planet/web/$PLANET_NAME`; do
       if ! [[ -L "/planet/webroot/${dir}" ]]; then
-        ln -s "/planet/web/${dir}" "/planet/webroot/${dir}"
+        ln -s "/planet/web/${PLANET_NAME}/${dir}" "/planet/webroot/${dir}"
       else
         echo "Symlink for ${dir} is already there!"
       fi


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