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:
parent
f183a84b86
commit
11233572bc
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
app=APPNAMETOCHANGE
|
||||
app=freshrss
|
||||
app_path=/var/www/$app
|
||||
|
||||
myuser=$1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
app=APPNAMETOCHANGE
|
||||
app=freshrss
|
||||
app_path=/var/www/$app
|
||||
|
||||
myuser=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue