fn_syscheck 229 B

12345678910
  1. #!/bin/bash
  2. # LGSM fn_systemdircheck function
  3. # Author: Daniel Gibbs
  4. # Website: http://danielgibbs.co.uk
  5. # Version: 241214
  6. if [ ! -e "${systemdir}" ]; then
  7. fn_printfailnl "Cannot access ${systemdir}: No such directory"
  8. exit
  9. fi