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:
parent
4df27b1e81
commit
18892aa181
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue