mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
indent with spaces
This commit is contained in:
parent
ab9a4e837b
commit
ddc9cf4856
1 changed files with 13 additions and 13 deletions
|
@ -58,19 +58,19 @@ ynh_script_progression --message="Making setup..."
|
|||
MOBILIZON_CONFIG_PATH="$install_dir/config.exs"
|
||||
|
||||
pushd "$install_dir/live"
|
||||
ynh_exec_as "$app" MOBILIZON_CONFIG_PATH="$MOBILIZON_CONFIG_PATH" MIX_ENV=prod \
|
||||
./bin/mobilizon_ctl instance gen --force \
|
||||
--output "$MOBILIZON_CONFIG_PATH" \
|
||||
--output-psql "$install_dir/setub_db.psql" \
|
||||
--domain "$domain" \
|
||||
--instance-name "Mobilizon" \
|
||||
--admin-email "$app@$domain" \
|
||||
--dbhost localhost \
|
||||
--dbname "$db_name" \
|
||||
--dbuser "$db_user" \
|
||||
--dbpass "$db_pwd" \
|
||||
--listen-port "$port"
|
||||
ynh_secure_remove --file="$install_dir/setup_db.psql"
|
||||
ynh_exec_as "$app" MOBILIZON_CONFIG_PATH="$MOBILIZON_CONFIG_PATH" MIX_ENV=prod \
|
||||
./bin/mobilizon_ctl instance gen --force \
|
||||
--output "$MOBILIZON_CONFIG_PATH" \
|
||||
--output-psql "$install_dir/setub_db.psql" \
|
||||
--domain "$domain" \
|
||||
--instance-name "Mobilizon" \
|
||||
--admin-email "$app@$domain" \
|
||||
--dbhost localhost \
|
||||
--dbname "$db_name" \
|
||||
--dbuser "$db_user" \
|
||||
--dbpass "$db_pwd" \
|
||||
--listen-port "$port"
|
||||
ynh_secure_remove --file="$install_dir/setup_db.psql"
|
||||
popd
|
||||
|
||||
ynh_add_config --template="ldap.exs" --destination="$install_dir/ldap.exs"
|
||||
|
|
Loading…
Add table
Reference in a new issue