Bob Mottram 9 lat temu
rodzic
commit
0adced126c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Wyświetl plik

@@ -7519,7 +7519,7 @@ function install_web_server {
7519 7519
   cd $INSTALL_DIR
7520 7520
   git clone https://github.com/perusio/nginx_ensite
7521 7521
   cd $INSTALL_DIR/nginx_ensite
7522
-  cp nginx_* /usr/sbin
7522
+  make install
7523 7523
   nginx_dissite default
7524 7524
   echo 'install_web_server' >> $COMPLETION_FILE
7525 7525
 }