new conf files + fix bug in conf_ntp with devuan 5, fix a bug with early debian/devuan version, added git support for profile
This commit is contained in:
@@ -38,7 +38,9 @@ get_os_version()
|
||||
fi
|
||||
|
||||
# Return values on stdout
|
||||
echo ${ID,,} ${VERSION_ID} ${VERSION_CODENAME,,}
|
||||
echo ${ID,,} ${VERSION_ID} $(echo ${VERSION_CODENAME,,} | awk '{print $1}')
|
||||
|
||||
|
||||
)
|
||||
}
|
||||
export read_os_release
|
||||
|
||||
Reference in New Issue
Block a user