improve error message
This commit is contained in:
parent
7caf5b168c
commit
dc3c53d7c8
|
@ -8,7 +8,8 @@ _show_help=0
|
|||
|
||||
if ! [ -f "$_target_file" ] ;
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue