mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix typo
This commit is contained in:
parent
ad182b52b7
commit
670eda3a12
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if mysqlshow | grep -q seafiledb; then
|
|||
done;
|
||||
$mysqlconn -e "DROP DATABASE seafiledb"
|
||||
ynh_replace_string --match_string='db_name = seafiledb' --replace_string='db_name = seafile' --target_file=$install_dir/conf/seafile.conf
|
||||
sed -i "s|password\s*=\s*.*^|password = $db_pwd" $install_dir/conf/seafile.conf
|
||||
sed -i "s|password\s*=\s*.*^|password = $db_pwd|g" $install_dir/conf/seafile.conf
|
||||
fi
|
||||
|
||||
# Set missing settings
|
||||
|
|
Loading…
Add table
Reference in a new issue