You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script uses the read utility, which is a builtin, available to sh, but not available to busybox sh.
The script uses the command utility, which is a builtin, available to sh, but not available to busybox sh.
Busybox is used in Embedded Linux. In such case, the script is broken on Embedded Linux.
The script uses the
readutility, which is a builtin, available to sh, but not available to busybox sh.The script uses the
commandutility, which is a builtin, available to sh, but not available to busybox sh.Busybox is used in Embedded Linux. In such case, the script is broken on Embedded Linux.