ajkis / scripts

Ajki's scripts & guides
https://ajkis.github.io/scripts/
324 stars 91 forks source link

Variable mis spelling #55

Open ryanthuff opened 5 years ago

ryanthuff commented 5 years ago

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