mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
fix upgrade #2
This commit is contained in:
parent
4e5c5e5ba7
commit
fa4ca075cc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set -eu
|
||||||
# Source app helpers
|
# Source app helpers
|
||||||
. /usr/share/yunohost/helpers
|
. /usr/share/yunohost/helpers
|
||||||
|
|
||||||
$app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
FINAL_PATH="/var/www/$app"
|
FINAL_PATH="/var/www/$app"
|
||||||
|
|
||||||
#install extention for api if necessary
|
#install extention for api if necessary
|
||||||
|
|
Loading…
Add table
Reference in a new issue