Skip to content

Commit

Permalink
add missing OS_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwilsonkainos committed Sep 25, 2024
1 parent 9ed7e9e commit 4de74a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/linux_run_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ check_os_version() {
if [ -f /etc/os-release ]; then
. /etc/os-release
OS=$ID
OS_TYPE=$NAME
VERSION=$VERSION_ID
elif type lsb_release >/dev/null 2>&1; then
OS=$(lsb_release -si)
Expand Down

0 comments on commit 4de74a1

Please sign in to comment.