mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
install: don’t print an error if archive doesn’t exist
This commit is contained in:
parent
9286fe5e85
commit
533f10d93b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function fail_properly
|
||||||
|
|
||||||
sudo userdel mattermost
|
sudo userdel mattermost
|
||||||
sudo rm -Rf "$final_path"
|
sudo rm -Rf "$final_path"
|
||||||
sudo rm "$archive_filename"
|
sudo rm -f "$archive_filename"
|
||||||
|
|
||||||
# Exit (without triggering a package_linter warning)
|
# Exit (without triggering a package_linter warning)
|
||||||
script_die "An error occurred during the installation."
|
script_die "An error occurred during the installation."
|
||||||
|
|
Loading…
Reference in a new issue