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

fix missing application name

This commit is contained in:
Lionel Coupouchetty-Ramouchetty 2020-01-28 08:02:01 +01:00
parent f183a84b86
commit 11233572bc
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
app=APPNAMETOCHANGE
app=freshrss
app_path=/var/www/$app
myuser=$1

View file

@ -1,5 +1,5 @@
#!/bin/bash
app=APPNAMETOCHANGE
app=freshrss
app_path=/var/www/$app
myuser=$1