1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
cachet_ynh/scripts/remove
eric_G eeb35c2287
Testing (#46)
* Version 2 (#32)

* v2

* Auto-update README

* v2

* fix

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update _common.sh

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>

* Upgrade to v2023.08.13 (#37)

* Upgrade to v2023.08.13

* Auto-update README

* Update manifest.toml

* Update tests.toml

* Update manifest.toml

* Auto-update README

* Upgrade to v2023.08.17 (#39)

* Upgrade to v2023.08.17

* Auto-update README

* Update manifest.toml

* Upgrade to v2023.08.19 (#41)

* Upgrade to v2023.08.19

* Auto-update README

* Upgrade to v2023.08.21 (#42)

* Upgrade to v2023.08.21

* Auto-update README

* Upgrade to v2023.08.24 (#43)

* Upgrade to v2023.08.24

* Auto-update README

* Upgrade to v2023.09.05 (#45)

* Upgrade to v2023.09.05

* Auto-update README

* Cleaning (#49)

* cleaning

* Auto-update README

* cleaning

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Félix Piédallu <felix@piedallu.me>
2023-10-06 18:24:01 +02:00

27 lines
801 B
Bash

#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# REMOVE SYSTEM CONFIGURATIONS
#=================================================
ynh_script_progression --message="Removing system configurations related to $app..." --weight=1
# Remove the dedicated NGINX config
ynh_remove_nginx_config
# Remove the dedicated PHP-FPM config
ynh_remove_fpm_config
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Removal of $app completed" --last