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:
parent
b9bcc3c66a
commit
042d5836c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue