mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
scripts: don’t warn when supervisor config file doesn’t exist
This commit is contained in:
parent
0ce3f537e3
commit
75fff3fd95
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ sudo userdel mattermost
|
|||
|
||||
# Remove configuration files
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/mattermost.conf
|
||||
sudo rm /etc/supervisor/conf.d/mattermost.conf
|
||||
sudo rm -f /etc/supervisor/conf.d/mattermost.conf
|
||||
|
||||
# Remove log files
|
||||
sudo rm -f /var/log/mattermost.log
|
||||
|
|
Loading…
Add table
Reference in a new issue