I am running a shell script(Script.sh) which, itself, is calling other shell scripts( Script2.sh, Script3.sh ...etc). I logged in as a root user and have given execution per
Kindly make sure the permission and ownership for the script.sh file, also try
# chmod 755 script.sh # chown root.root script.sh
Thanks.