1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

change app name to tag to be replaced

This commit is contained in:
Clément 2020-04-02 21:28:13 +02:00
parent b9bcc3c66a
commit 042d5836c0

View file

@ -7,7 +7,7 @@ app_path=/var/www/$app
. /usr/share/yunohost/helpers . /usr/share/yunohost/helpers
if [[ "freshrss" = "$app" ]]; if [[ "APPNAMETOCHANGE" = "$app" ]];
then then
for myuser in $(echo "$new_users" | sed "s/,/ /g") for myuser in $(echo "$new_users" | sed "s/,/ /g")
do do