fix-startup

This commit is contained in:
simono41 2018-08-26 19:47:05 +02:00
parent b9aa30cede
commit cc55b99ecd

View file

@ -18,7 +18,7 @@ startparameter=$(cat /proc/cmdline)
if [ -n "${run}" ]; then if [ -n "${run}" ]; then
echo "${run}" echo "${run}"
sleep 5 #sleep 5
${run} ${run}
fi fi