unindent
This commit is contained in:
parent
57a54c31d5
commit
3a5a670311
1 changed files with 8 additions and 8 deletions
16
pidd.sh
16
pidd.sh
|
@ -61,14 +61,14 @@ pidd_set_environment_variables() {
|
|||
# set operating system id
|
||||
PIDD_OS_ID="$(pidd_grep_os ID)"
|
||||
case "${PIDD_OS_ID}" in
|
||||
"almalinux") PIDD_OS_ID="${PIDD_OS_ALMA}" ;;
|
||||
"alpine") PIDD_OS_ID="${PIDD_OS_ALPINE}" ;;
|
||||
"arch") PIDD_OS_ID="${PIDD_OS_ARCH}" ;;
|
||||
"debian") PIDD_OS_ID="${PIDD_OS_DEBIAN}" ;;
|
||||
"fedora") PIDD_OS_ID="${PIDD_OS_FEDORA}" ;;
|
||||
"rocky") PIDD_OS_ID="${PIDD_OS_ROCKY}" ;;
|
||||
"ubuntu") PIDD_OS_ID="${PIDD_OS_UBUNTU}" ;;
|
||||
*) pidd_error_os "PIDD_OS_ID" ;;
|
||||
"almalinux") PIDD_OS_ID="${PIDD_OS_ALMA}" ;;
|
||||
"alpine") PIDD_OS_ID="${PIDD_OS_ALPINE}" ;;
|
||||
"arch") PIDD_OS_ID="${PIDD_OS_ARCH}" ;;
|
||||
"debian") PIDD_OS_ID="${PIDD_OS_DEBIAN}" ;;
|
||||
"fedora") PIDD_OS_ID="${PIDD_OS_FEDORA}" ;;
|
||||
"rocky") PIDD_OS_ID="${PIDD_OS_ROCKY}" ;;
|
||||
"ubuntu") PIDD_OS_ID="${PIDD_OS_UBUNTU}" ;;
|
||||
*) pidd_error_os "PIDD_OS_ID" ;;
|
||||
esac
|
||||
# set operating system version
|
||||
case "${PIDD_OS_ID}" in
|
||||
|
|
Loading…
Reference in a new issue