mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
remove sudo
This commit is contained in:
parent
a517cc54e9
commit
dde640a7b2
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ ynh_add_systemd_config
|
||||||
### (It's compatible with sed regular expressions syntax)
|
### (It's compatible with sed regular expressions syntax)
|
||||||
|
|
||||||
# setup application config
|
# setup application config
|
||||||
sudo cp "../conf/config.ini" "$final_path/config.ini"
|
cp "../conf/config.ini" "$final_path/config.ini"
|
||||||
|
|
||||||
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.ini"
|
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/config.ini"
|
||||||
ynh_replace_string "__DBUSER__" "$db_name" "$final_path/config.ini"
|
ynh_replace_string "__DBUSER__" "$db_name" "$final_path/config.ini"
|
||||||
|
|
Loading…
Add table
Reference in a new issue