mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
user package listing
This commit is contained in:
parent
29d115b780
commit
650c3f8507
12 changed files with 168 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue