scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Variable mis spelling

Open NetworkNerd1337 opened this issue 7 years ago • 0 comments

The code if [[ -f "$MPOINT/$CHECKFILE" ]]; then should be written as if [[ -f "$MPOINT/$CHECKFILEPATH" ]]; then

NetworkNerd1337 avatar Dec 06 '18 12:12 NetworkNerd1337