search currect directory by default

This commit is contained in:
silvernode 2017-03-05 18:47:59 -07:00
parent 89a09365bb
commit fa943a2c7e

2
idd.sh
View File

@ -3,7 +3,7 @@
# Paths
MOUNTPATH="/mnt/mediadrive"
DEVICEDIR="/dev"
HOMEDIR="/home"
HOMEDIR="."
# Colors
RED='\033[0;31m'