mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix lib bugs
This commit is contained in:
parent
c46da3b095
commit
12ef613fef
5
lib.sh
5
lib.sh
@ -13,9 +13,8 @@ true
|
||||
NCPASS=nextcloud
|
||||
NCUSER=ncadmin
|
||||
PGDB_USER=nextcloud_db_user
|
||||
NCCONFIGDBPASS=$(grep 'dbpassword "$NCPATH"/config/config.php | awk '{print $3}' | sed "s/[',]//g")"
|
||||
NCCONFIGDB=$(grep 'dbname' "$NCPATH"/config/config.php | awk '{print $3}' | sed "s/[',]//g")"
|
||||
|
||||
NCCONFIGDBPASS="$(grep 'dbpassword' "$NCPATH"/config/config.php | awk '{print $3}' | sed "s/[',]//g")"
|
||||
NCCONFIGDB="$(grep 'dbname' "$NCPATH"/config/config.php | awk '{print $3}' | sed "s/[',]//g")"
|
||||
|
||||
## VARIABLES
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user