@@ -6,5 +6,10 @@ then
sleep 360
echo "SALIO"
else
- sh /opt/script.sh
+ if [ "$1" == "bash" ];
+ then
+ bash
+ else
+ sh /opt/script.sh
+ fi
fi