mirror of
https://github.com/YunoHost-Apps/watchdog_ynh.git
synced 2024-06-22 05:42:53 +02:00
Fix typo
This commit is contained in:
parent
443a1dcc97
commit
e97f3c471d
2 changed files with 18 additions and 1 deletions
17
scripts/_common.sh
Normal file
17
scripts/_common.sh
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
#=================================================
|
||||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# EXPERIMENTAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# FUTURE OFFICIAL HELPERS
|
||||
#=================================================
|
|
@ -50,7 +50,7 @@ ynh_systemd_action --service_name=$app --action="start"
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
if [ reboot_required = true ]; then
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue