mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
default backend
This commit is contained in:
parent
b560c99ceb
commit
45fd7dc75b
4 changed files with 6 additions and 3 deletions
|
@ -341,7 +341,7 @@ search_objects() {
|
|||
|
||||
# Get user value
|
||||
get_user_value() {
|
||||
grep "^${1//$/}=" $USER_DATA/user.conf| cut -f 2 -d \'
|
||||
grep "^${1//$/}=" $USER_DATA/user.conf |awk -F "'" '{print $2}'
|
||||
}
|
||||
|
||||
# Update user value in user.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue