mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 05:05:54 +00:00
Use explicit path
This commit is contained in:
@@ -21,7 +21,7 @@ NODE_VERSION="20" setup_nodejs
|
|||||||
|
|
||||||
msg_info "Installing Tududi"
|
msg_info "Installing Tududi"
|
||||||
fetch_and_deploy_gh_release "tududi" "chrisvel/tududi"
|
fetch_and_deploy_gh_release "tududi" "chrisvel/tududi"
|
||||||
cd /opt/"$APPLICATION"
|
cd /opt/tududi
|
||||||
$STD npm install
|
$STD npm install
|
||||||
export NODE_ENV=production
|
export NODE_ENV=production
|
||||||
$STD npm run frontend:build
|
$STD npm run frontend:build
|
||||||
|
|||||||
Reference in New Issue
Block a user