Răsfoiți Sursa

fix linking

Girish Ramakrishnan 9 ani în urmă
părinte
comite
2bb484d663
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -16,7 +16,7 @@ if [[ -z "$(ls -A /run/nodebb/public)" ]]; then
     ln -sf /app/data/public/uploads /run/nodebb/public/uploads
 
     # The public/ contains code that requires with relative links
-    ln -s /run/nodebb/src /app/code/src
+    ln -s /app/code/src /run/nodebb/src
 fi
 
 if [[ ! -L "/app/code/node_modules" ]]; then