From 39b29f738b9e2bfc68c334d8db9519ee37a97e8d Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Tue, 5 Dec 2023 13:14:46 +0200 Subject: [PATCH] fix: EPS_OS_NAME: unbound variable --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 166eafe..ca5a9d5 100755 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ if [ $? -gt 0 ]; then log_error "No install script found for ${CLR_CYB}$EPS_APP_NAME${CLR}" fi -EPS_OS_NAME=$(uname) +export EPS_OS_NAME=$(uname) export EPS_OS_DISTRO=$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release) if [ "$EPS_OS_NAME" != "Linux" ]; then