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?