mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 09:20:23 +01:00
fix: move pms_check_os for non CT install
This commit is contained in:
@@ -20,10 +20,9 @@ pms_settraps
|
|||||||
|
|
||||||
if [ $EPS_CT_INSTALL = false ]; then
|
if [ $EPS_CT_INSTALL = false ]; then
|
||||||
pms_header
|
pms_header
|
||||||
|
pms_check_os
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pms_check_os
|
|
||||||
|
|
||||||
EPS_OS_ARCH=$(os_arch)
|
EPS_OS_ARCH=$(os_arch)
|
||||||
EPS_OS_CODENAME=$(os_codename)
|
EPS_OS_CODENAME=$(os_codename)
|
||||||
EPS_OS_VERSION=${EPS_OS_VERSION:-$(os_version)}
|
EPS_OS_VERSION=${EPS_OS_VERSION:-$(os_version)}
|
||||||
|
|||||||
Reference in New Issue
Block a user