mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
delete comment
This commit is contained in:
parent
a32b0b3a66
commit
84f2fc04ae
1 changed files with 0 additions and 4 deletions
|
@ -124,10 +124,6 @@ ynh_add_systemd_config --others_var="conf_file start_file" # substitute __CO
|
||||||
ynh_script_progression --message="Setup config file..."
|
ynh_script_progression --message="Setup config file..."
|
||||||
|
|
||||||
cp ../conf/app.conf "$conf_file"
|
cp ../conf/app.conf "$conf_file"
|
||||||
#if [ -n "$(uname -m | grep arm)" ]; # check CPU (raspberry is armxx)
|
|
||||||
# then
|
|
||||||
# cat ../conf/raspberry.conf >> "$conf_file"
|
|
||||||
#fi
|
|
||||||
|
|
||||||
ynh_replace_string --match_string="__PORT__" --replace_string=$port --target_file="$conf_file"
|
ynh_replace_string --match_string="__PORT__" --replace_string=$port --target_file="$conf_file"
|
||||||
ynh_replace_string --match_string="__MEDIADIR__" --replace_string=$media_dir --target_file="$conf_file"
|
ynh_replace_string --match_string="__MEDIADIR__" --replace_string=$media_dir --target_file="$conf_file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue