mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix password in rebuild container
This commit is contained in:
parent
cc5d5521e2
commit
c403ef5820
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function rebuild_base_lxc()
|
||||||
|
|
||||||
$IN_LXC yunohost domain add $SUBDOMAIN
|
$IN_LXC yunohost domain add $SUBDOMAIN
|
||||||
TEST_USER_DISPLAY=${TEST_USER//"_"/""}
|
TEST_USER_DISPLAY=${TEST_USER//"_"/""}
|
||||||
$IN_LXC yunohost user create $TEST_USER --firstname $TEST_USER_DISPLAY --mail $TEST_USER@$DOMAIN --lastname $TEST_USER_DISPLAY --password '$YUNO_PWD'
|
$IN_LXC yunohost user create $TEST_USER --firstname $TEST_USER_DISPLAY --mail $TEST_USER@$DOMAIN --lastname $TEST_USER_DISPLAY --password "$YUNO_PWD"
|
||||||
|
|
||||||
$IN_LXC yunohost --version
|
$IN_LXC yunohost --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue