1
0
Fork 0
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:
tituspijean 2024-02-02 20:23:38 +01:00
parent e97f3c471d
commit 7f91a8ad88
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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