Unverified Commit 59390a4e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Variable naming (#1076)

parent 3c25e237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ cpu() {

hasDisk() {

  [[ "${DISK_DISABLED:-}" == [Yy1]* ]] && return 1
  [[ "${DISK_DISABLE:-}" == [Yy1]* ]] && return 1

  [ -b "/disk" ] && return 0
  [ -b "/disk1" ] && return 0