mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-10 07:30:28 +00:00
Update wikijs-install.sh
This commit is contained in:
parent
15d20a54b3
commit
12a1f46703
@ -79,8 +79,8 @@ sed -i -E '
|
|||||||
}
|
}
|
||||||
' /opt/wikijs/config.yml
|
' /opt/wikijs/config.yml
|
||||||
cd /opt/wikijs
|
cd /opt/wikijs
|
||||||
$STD yarn build
|
|
||||||
$STD yarn install
|
$STD yarn install
|
||||||
|
$STD yarn build
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||||
msg_ok "Installed Wiki.js"
|
msg_ok "Installed Wiki.js"
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ WorkingDirectory=/opt/wikijs
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable --now wikijs
|
systemctl enable -q --now wikijs
|
||||||
msg_ok "Created Service"
|
msg_ok "Created Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user