1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Fix install

This commit is contained in:
yalh76 2021-08-15 18:14:36 +02:00
parent 4c50d7e548
commit da87fec4d7

View file

@ -27,10 +27,10 @@ admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC
secret_key=$(ynh_string_random)
datadir=/home/$app
app=$YNH_APP_INSTANCE_NAME
datadir=/home/$app
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================