소스 검색

Link within chroot

Bob Mottram 7 년 전
부모
커밋
460eece8cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-cryptpad

+ 1
- 1
src/freedombone-app-cryptpad 파일 보기

@@ -323,7 +323,7 @@ function mesh_install_cryptpad {
323 323
     echo '' >> $cryptpad_nginx_site
324 324
     echo '  try_files /www/$uri /www/$uri/index.html /customize/$uri;' >> $cryptpad_nginx_site
325 325
     echo '}' >> $cryptpad_nginx_site
326
-    ln -s $cryptpad_nginx_site $rootdir/etc/nginx/sites-enabled/cryptpad
326
+    chroot "$rootdir" ln -s /etc/nginx/sites-available/cryptpad /etc/nginx/sites-enabled/cryptpad
327 327
 
328 328
     cd $rootdir$CRYPTPAD_DIR
329 329