mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Update scripts/install
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
aa37b418ab
commit
9d063f5f9b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ timezone="$(date +%:::z)"
|
|||
ynh_replace_string --match_string="__TIME_ZONE__" --replace_string="${timezone//-/\\-}" --target_file="$application_file"
|
||||
|
||||
# Set admin password
|
||||
php"${phpversion]}" ../conf/config.php --index="$final_path/app/index.php" --password="$password"
|
||||
php"${phpversion}" ../conf/config.php --index="$final_path/app/index.php" --password="$password"
|
||||
|
||||
# Add default domain configs by looping through all the domains already added
|
||||
mkdir -p "$final_path/app/data/_data_/_default_/domains/"
|
||||
|
|
Loading…
Add table
Reference in a new issue