fix-startup
This commit is contained in:
parent
b9aa30cede
commit
cc55b99ecd
1 changed files with 22 additions and 22 deletions
2
startup
2
startup
|
@ -18,7 +18,7 @@ startparameter=$(cat /proc/cmdline)
|
|||
|
||||
if [ -n "${run}" ]; then
|
||||
echo "${run}"
|
||||
sleep 5
|
||||
#sleep 5
|
||||
${run}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue