mirror of
https://github.com/YunoHost-Apps/watchdog_ynh.git
synced 2024-06-22 05:42:53 +02:00
Silence rm
This commit is contained in:
parent
e97f3c471d
commit
7f91a8ad88
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ynh_systemd_action --service_name=$app --action="start"
|
|||
if [ $reboot_required = true ]; then
|
||||
echo "Your device boot configuration has been updated to enable the hardware watchdog. Please reboot it." > ../doc/POST_INSTALL.md
|
||||
else
|
||||
rm ../doc/POST_INSTALL.md
|
||||
rm -f ../doc/POST_INSTALL.md
|
||||
fi
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue