summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-06-09 16:17:02 +0200
committerSebastian Schmelzer2011-06-09 16:17:30 +0200
commit1200bbd7abb6c5478a5bb2c31426abd815687a85 (patch)
treedd5011a335f38e9019c844f9e30b0d3c51ef71a5 /src
parentfix dropbear plugin (diff)
downloadcore-1200bbd7abb6c5478a5bb2c31426abd815687a85.tar.gz
core-1200bbd7abb6c5478a5bb2c31426abd815687a85.tar.xz
core-1200bbd7abb6c5478a5bb2c31426abd815687a85.zip
fix path to dropbear binary
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/dropbear/XX_dropbear.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/dropbear/XX_dropbear.sh b/src/os-plugins/plugins/dropbear/XX_dropbear.sh
index de25a6f0..fe7a6a0b 100644
--- a/src/os-plugins/plugins/dropbear/XX_dropbear.sh
+++ b/src/os-plugins/plugins/dropbear/XX_dropbear.sh
@@ -49,7 +49,7 @@ if [ -e /initramfs/plugin-conf/dropbear.conf ]; then
echo "OpenSLX Debugshell (stage3)" >> /etc/motd
- /sbin/dropbear
+ /usr/sbin/dropbear
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'dropbear' os-plugin ...";