Fix default dir to HOME

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
Stacy Harper 2021-05-23 15:55:12 +02:00 committed by Anjandev Momi
parent 4df27b1e81
commit 18892aa181

View file

@ -5,7 +5,7 @@
. "$(dirname "$0")/sxmo_common.sh"
DIR="$1"
[ -z "$DIR" ] && DIR="/home/$USER/"
[ -z "$DIR" ] && DIR="$HOME"
cd "$DIR" || exit 1
SORT=