mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update core.func
This commit is contained in:
@@ -294,14 +294,6 @@ __curl_err_handler() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
detect_os() {
|
||||
case "$PCT_OSTYPE" in
|
||||
alpine) CORE_OS="alpine" ;;
|
||||
debian | ubuntu) CORE_OS="debian" ;;
|
||||
*) CORE_OS="unknown" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
fatal() {
|
||||
msg_error "$1"
|
||||
kill -INT $$
|
||||
|
||||
Reference in New Issue
Block a user