소스 검색

Update install.sh

Bozhidar Slaveykov 1 년 전
부모
커밋
971f5c9e9e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      installers/Ubuntu/22.04/install.sh

+ 1 - 0
installers/Ubuntu/22.04/install.sh

@@ -122,6 +122,7 @@ sudo dpkg -i $MAIN_DIR/compilators/debian/php/dist/phyre-php-8.2.0.deb
 # Run Nginx
 systemctl start nginx
 systemctl enable nginx
+service phyre start
 
 # Change NGINX index.html
 rm -rf /var/www/html/*