소스 검색

Update change_url

DeMiro5001 6 달 전
부모
커밋
e783cbc565
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/change_url

+ 1 - 1
scripts/change_url

@@ -30,7 +30,7 @@ chmod 400 "$install_dir/.env"
 chown "$app:$app" "$install_dir/.env"
 
 pushd
- open-webui serve
+ ynh_exec_as_app open-webui serve
 popd
 
 #=================================================