mirror of
https://github.com/YunoHost-Apps/yunomonitor_ynh.git
synced 2024-09-03 17:46:11 +02:00
[fix] Sed unfinished
This commit is contained in:
parent
10c4c41d53
commit
4e4c0e58a0
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ echo "monitored_servers: [$monitored_servers]" >> $final_path/conf/$app.yml
|
||||||
echo "monitoring_servers: [$monitoring_servers]" >> $final_path/conf/$app.yml
|
echo "monitoring_servers: [$monitoring_servers]" >> $final_path/conf/$app.yml
|
||||||
echo "cachet_apis: []" >> $final_path/conf/$app.yml
|
echo "cachet_apis: []" >> $final_path/conf/$app.yml
|
||||||
sed -i 's/,/","/g' $final_path/conf/$app.yml
|
sed -i 's/,/","/g' $final_path/conf/$app.yml
|
||||||
sed -i 's/[/["/g' $final_path/conf/$app.yml
|
sed -i 's/\[/["/g' $final_path/conf/$app.yml
|
||||||
sed -i 's/]/"]/g' $final_path/conf/$app.yml
|
sed -i 's/\]/"]/g' $final_path/conf/$app.yml
|
||||||
sed -i 's/[""]/[]/g' $final_path/conf/$app.yml
|
sed -i 's/\[""\]/[]/g' $final_path/conf/$app.yml
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STORE THE CONFIG FILE CHECKSUM
|
# STORE THE CONFIG FILE CHECKSUM
|
||||||
|
|
Loading…
Reference in a new issue