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

typo and fix app name in comments

This commit is contained in:
Emmanuel Averty 2023-03-12 19:09:14 +01:00 committed by grosmanal
parent 522141bec1
commit a4a4fd79be
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ Actually it's possible to access to the Git repositories by the `git` command ov
### Remove
To remove the data directory in `/home/yunohost.app/forgejo`, use the `--purge` option:
`sudo yunohost remove forgrjo --purge`.
`sudo yunohost remove forgejo --purge`.
### Uploaded files size
By default, NGINX is configured with a maximum value for uploading files at 200 MB. It's possible to change this value on `/etc/nginx/conf.d/my.domain.tld.d/forgejo.conf`.

View file

@ -80,7 +80,7 @@ ynh_secure_remove --file="$final_path"
# REMOVE DATA DIR
#=================================================
# Remove the app data directory with the command `yunohost app remove gogs --purge`
# Remove the app data directory with the command `yunohost app remove forgejo --purge`
if [ "${YNH_APP_PURGE:-0}" -eq 1 ]
then
ynh_script_progression --message="Removing app data directory..." --weight=2