report not existant local file to link

This commit is contained in:
Matteo Rossini 2021-05-12 23:55:57 +02:00
parent 01bb9d7eca
commit 0ccc795823

View file

@ -564,7 +564,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
echo -e "\tLinking $URLFILE" echo -e "\tLinking $URLFILE"
ln -s $URLFILE $2 ln -s $URLFILE $2
else else
return 1 echo -e "\tNot found $URLFILE"
false
fi fi
elif echo $URLFILE|grep -q -E dir:/.*asc$;then elif echo $URLFILE|grep -q -E dir:/.*asc$;then
return 0 return 0