user package listing

This commit is contained in:
Serghey Rodin 2012-07-26 23:14:58 +03:00
commit 650c3f8507
12 changed files with 168 additions and 31 deletions

View file

@ -122,7 +122,7 @@ gen_password() {
# Package existance check
is_package_valid() {
if [ ! -e "$VESTA/data/packages/$package.pkg" ]; then
echo "Error: $package is not exist"
echo "Error: package $package not exist"
log_event "$E_NOTEXIST $EVENT"
exit $E_NOTEXIST
fi