*any* script shows the problem, no matter what its contents, as long as it is called from the terminal app, under the directory /home/phablet:
It works correctly from an ssh session.
It works correctly from the terminal app when called as /userdata/user-data/phablet/ (is physically same directory as /home/phablet, but problem shows only for /home/phablet, but not /userdata/user-data/phablet/ )
> Could you attach it so someone else can try to reproduce the bug?
#!/bin/sh
echo "Hello world"
Really, all of this is in the description, just forward it to a developer already :-)
> What does the script do?
*any* script shows the problem, no matter what its contents, as long as it is called from the terminal app, under the directory /home/phablet:
It works correctly from an ssh session.
It works correctly from the terminal app when called as /userdata/ user-data/ phablet/ (is physically same directory as /home/phablet, but problem shows only for /home/phablet, but not /userdata/ user-data/ phablet/ )
> Could you attach it so someone else can try to reproduce the bug?
#!/bin/sh
echo "Hello world"
Really, all of this is in the description, just forward it to a developer already :-)