mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
v-add-user-package fixed error logging
This commit is contained in:
parent
5a99774dc1
commit
3b67fb24a5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ is_package_valid() {
|
|||
fi
|
||||
if [ ! -e "$pkg_dir/$package.pkg" ]; then
|
||||
echo "Error: package $package doesn't exist"
|
||||
log_event "$E_NOTEXIST $EVENT"
|
||||
log_event "$E_NOTEXIST" "$EVENT"
|
||||
exit $E_NOTEXIST
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue