View Single Post
Old 01-24-2008, 09:31 AM   #1
ragdoll
Connoisseur
ragdoll began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Oct 2007
Device: iRex iLiad V1
Can't run my first script

I'm trying to run a script to start dropbear, using the code found on this thread.
It looks like this
#!/bin/sh
/etc/init.d/dropbear start

Then I created this manifest:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<package>
<metadata>
<dc-metadata>
<Title>startDropBear</Title>
<Description>start ssh</Description>
<Date>2008-01-24T12:01:46</Date>
</dc-metadata>
<y-metadata>
<startpage>startDropBear.sh</startpage>
</y-metadata>
</metadata>
</package>

The icon of the directory is the one of the big X, meaning that I can do nothing with it.
I verified using mrxvt that command
/etc/init.d/dropbear start
run from the shell does work.
Where am I wrong?
ragdoll is offline   Reply With Quote