Yusuf Daglioglu
Results
2
comments of
Yusuf Daglioglu
I think I found the reason. update_userjs function returns 1. this is OK. But after that function, you also call another command ("cd" command) which returns 0. Here is the...
Not all bash scripts are compatible with Shell: https://www.gnu.org/software/bash/manual/html_node/Shell-Compatibility-Mode.html Therefore all script file should tested before run other interpreters. But ash is a shell implementation. Most of OS put /bin/sh...