mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
remove useless sed in config.js
This commit is contained in:
parent
e37d564476
commit
8e960fb91e
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ sudo yunohost app setting ghostblog mysqlpwd -v $db_pwd
|
|||
echo "Deploying configuration..."
|
||||
sed -i "s@YNH_DOMAIN@$domain@g" ../conf/config.js
|
||||
sed -i "s@YNH_LOCATION@$path@g" ../conf/config.js
|
||||
sed -i "s@YNH_MAIL@@g" ../conf/config.js
|
||||
sed -i "s@YNH_DBNAME@$db_name@g" ../conf/config.js
|
||||
sed -i "s@YNH_DBUSER@$db_user@g" ../conf/config.js
|
||||
sed -i "s@YNH_DBPWD@$db_pwd@g" ../conf/config.js
|
||||
|
|
Loading…
Add table
Reference in a new issue