Skip to content

Instantly share code, notes, and snippets.

@iversond
Created March 23, 2016 13:36
Show Gist options
  • Save iversond/b2ae4a4d1cb090d0167a to your computer and use it in GitHub Desktop.
Save iversond/b2ae4a4d1cb090d0167a to your computer and use it in GitHub Desktop.
Change the DPK Disk Space Requirements
function check_filesystem() {
# -------------------
# Removed Excess Code
# -------------------
ElseIf ("${global:env_type}" -eq "dbtier") {
check_disk_space "${disk_drive}" 75 "Checking if Folder ${global:psft_base_dir} has Enough Space"
}
Else {
# Change the value in this line to adjust the disk space requirements
check_disk_space "${disk_drive}" 80 "Checking if Folder ${global:psft_base_dir} has Enough Space"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment