Jump to content


shsh

Member Since 26 Apr 2017
Offline Last Active 15 May 2017 16:48
-----

Topics I've Started

Need help

1 May 2017 - 20:55

Sorry no help

Need to be able to start script from PP panel

ex
this is one of my scripts
===============================
#!/bin/sh
#DESCRIPTION=This script will delete all crash-logs from /media/hdd
rm -rf /media/hdd/enigma2_crash*
echo ""
exit 0

===============================

Used LT before no problems to start script by gui
whit LTQuickMenu

<entry name="Delete_all_Crashlogs" description="This script will delete all crash-logs from /media/hdd" type="script" script="/media/usb/script/Delete_all_Crashlogs.sh" showtype="shown" extensionsmenu="no" />


Any hint whit line in xml ?