Skip to content

Commit

Permalink
revert default for myshare
Browse files Browse the repository at this point in the history
  • Loading branch information
mfthomps committed Jul 9, 2024
1 parent 2911c5a commit df4ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/mkdist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [ $result -ne 0 ]; then
fi
cd $ldir
if [[ -z $myshare ]]; then
myshare=/mnt/shared
myshare=/media/sf_SEED/
mkdir -p $myshare
fi

Expand Down

0 comments on commit df4ec33

Please sign in to comment.