lgsm local mirror
 
 

10 lines
229 B

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