mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update iVentoy installation script to handle updates and display error message if no installation is found
This commit is contained in:
parent
0eecb5440f
commit
c3c1d29a11
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ function default_settings() {
|
||||||
echo_default
|
echo_default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_script() {
|
||||||
|
if [[ ! -d /opt/iventoy ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||||
|
msg_error "There is currently no update path available."
|
||||||
|
exit
|
||||||
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
build_container
|
build_container
|
||||||
description
|
description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue