Skip to content

Commit eea2bf2

Browse files
committed
Fixed favourites config name
1 parent fb619f1 commit eea2bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-list-user-favourites

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source $VESTA/func/main.sh
2020
json_list_favourites() {
2121
i=1
2222
fileds_count=$(echo "$fields" | wc -w)
23-
fvrt_data=$(cat $USER_DATA/favourites.conf >/dev/null)
23+
fvrt_data=$(cat $USER_DATA/favourites.conf 2>/dev/null)
2424
echo '{'
2525
eval $fvrt_data
2626
for field in $fields; do

0 commit comments

Comments
 (0)