plz corr the shutdown bug in new Version (for Raspberry)
after or over shutdown the shutdown.sh will not started..
plz corr the shutdown bug in new Version (for Raspberry)
after or over shutdown the shutdown.sh will not started..
You should make more clear what are you trying to do.
in LE 7.0.1 or 7.90.001 ?
What's the problem? Shutdown.sh is working perfectly for me.
but not in version 7.0.1
7.90.001 same problem
but not in version 7.0.17.90.001 same problem
Could you post a copy of your shutdown.sh file here so we could look at it?
And probably being more specific what you are trying to do....
This is only guessing here and your problem will be solved faster if you will give more informations to us.
arteck, using network in shutdown script is broken. You need to use alternative approach.
ok new try
#!/bin/bash
echo "shutdown $1" >> /storage/kodi.ack
its ok i see the kodi.ack (log)
but
scp /storage/xbmc.ack pi@192.1xxx.xxx.xxx:/opt/shutdown/
not work.
with bash window no problem
arteck: like I wrote before you can't use network things in shutdown script - network is already stopped at this time.
Use my hack if you want this.
vpeter: ok it works....thx