mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
enable every bridge - fix syntax
This commit is contained in:
parent
4955035085
commit
1db95e3926
1 changed files with 1 additions and 3 deletions
|
@ -68,9 +68,7 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Configuring RSS-Bridge..." --weight=2
|
||||
|
||||
# Enable every bridge
|
||||
for i in $install_dir/bridges/*.php ; do
|
||||
echo $(basename $i) | sed "s|Bridge.php$||g" | tee -a $install_dir/whitelist.txt
|
||||
done
|
||||
echo \* > $install_dir/whitelist.txt
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Reference in a new issue