Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FFS Gluon Packages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
firmware
FFS Gluon Packages
Commits
9cdb0e40
Commit
9cdb0e40
authored
Aug 30, 2017
by
FFS-Roland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing status file on startup.
parent
a6e07d78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ffs-watchdog/files/etc/init.d/ffs-watchdog
ffs-watchdog/files/etc/init.d/ffs-watchdog
+2
-1
ffs-watchdog/files/usr/sbin/ffs-watchdog
ffs-watchdog/files/usr/sbin/ffs-watchdog
+0
-1
No files found.
ffs-watchdog/files/etc/init.d/ffs-watchdog
View file @
9cdb0e40
...
...
@@ -3,8 +3,9 @@
START
=
97
start
()
{
rm
/tmp/.gw.ffs
/etc/init.d/micrond
enable
/etc/init.d/micrond restart
/etc/init.d/micrond restart
}
stop
()
{
...
...
ffs-watchdog/files/usr/sbin/ffs-watchdog
View file @
9cdb0e40
...
...
@@ -18,7 +18,6 @@ if [ "$(uci get gluon-setup-mode.@setup_mode[0].enabled)" = "0" ]; then
logger
-t
$ME
"offline for
${
DELTA
}
sec."
if
[
$DELTA
-gt
1000
]
;
then
rm
$FFS
reboot
fi
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment