default backend

This commit is contained in:
Serghey Rodin 2015-10-30 13:53:41 +02:00
commit 45fd7dc75b
4 changed files with 6 additions and 3 deletions

View file

@ -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