[planet-web/oscp] Another path fix :-)
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web/oscp] Another path fix :-)
- Date: Thu, 29 Aug 2019 20:31:29 +0000 (UTC)
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]