mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
report not existant local file to link
This commit is contained in:
parent
01bb9d7eca
commit
0ccc795823
1 changed files with 2 additions and 1 deletions
|
@ -564,7 +564,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
echo -e "\tLinking $URLFILE"
|
||||
ln -s $URLFILE $2
|
||||
else
|
||||
return 1
|
||||
echo -e "\tNot found $URLFILE"
|
||||
false
|
||||
fi
|
||||
elif echo $URLFILE|grep -q -E dir:/.*asc$;then
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue