mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Replace gogs by gitea in comments
This commit is contained in:
parent
3c8b6ca051
commit
ee15d3c5d6
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ source ./_common.sh
|
|||
# STANDARD REMOVE
|
||||
#=================================================
|
||||
|
||||
# Stop gogs
|
||||
# Stop gitea
|
||||
systemctl stop "$app".service
|
||||
|
||||
# Drop MySQL database and user
|
||||
|
@ -36,7 +36,7 @@ ynh_remove_logrotate
|
|||
# Remove nginx config
|
||||
ynh_remove_nginx_config
|
||||
|
||||
# Remove gogs user and data
|
||||
# Remove gitea user and data
|
||||
ynh_system_user_delete $app
|
||||
|
||||
# Remove init script
|
||||
|
|
Loading…
Add table
Reference in a new issue