Update build.func
This commit is contained in:
parent
e199f78009
commit
c6d4597dca
@ -2232,7 +2232,7 @@ check_container_storage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func)
|
#source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/github.func)
|
||||||
LOGDIR="/usr/local/community-scripts/logs"
|
LOGDIR="/usr/local/community-scripts/logs"
|
||||||
mkdir -p "$LOGDIR"
|
mkdir -p "$LOGDIR"
|
||||||
|
|
||||||
@ -2258,18 +2258,18 @@ start() {
|
|||||||
1)
|
1)
|
||||||
VERB="no"
|
VERB="no"
|
||||||
set_std_mode
|
set_std_mode
|
||||||
log_message "INFO" "Update started (Silent Mode)"
|
#log_message "INFO" "Update started (Silent Mode)"
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
VERB="yes"
|
VERB="yes"
|
||||||
set_std_mode
|
set_std_mode
|
||||||
log_message "INFO" "Update started (Verbose Mode)"
|
#log_message "INFO" "Update started (Verbose Mode)"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
clear
|
clear
|
||||||
log_message "INFO" "Update aborted."
|
#log_message "INFO" "Update aborted."
|
||||||
exit_script
|
exit_script
|
||||||
exit
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user