From a4a4fd79be7e7a02bce24689b6d89576e142eee8 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Sun, 12 Mar 2023 19:09:14 +0100 Subject: [PATCH] typo and fix app name in comments --- doc/DISCLAIMER.md | 2 +- scripts/remove | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 850303d..3ab6c7f 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -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`. diff --git a/scripts/remove b/scripts/remove index d209931..d0dc045 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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