scripts
scripts copied to clipboard
Variable mis spelling
The code if [[ -f "$MPOINT/$CHECKFILE" ]]; then
should be written as if [[ -f "$MPOINT/$CHECKFILEPATH" ]]; then