improve error message
This commit is contained in:
parent
7caf5b168c
commit
dc3c53d7c8
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ _show_help=0
|
||||||
|
|
||||||
if ! [ -f "$_target_file" ] ;
|
if ! [ -f "$_target_file" ] ;
|
||||||
then
|
then
|
||||||
echo "Error - file not found: $_target_file"
|
echo "notify-updates: cannot access '$_target_file': File not found"
|
||||||
|
echo "notify-updates: try executing 'pacman-update-count.sh'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue