startadmin.sh is an executable file when iam trying to run it shows the below error
./startadmin.sh: line 1: domain-home=/home/sree/bea/user_projects/domains/base_domain: No such file or directory
[sree@localhost bin]$ cat startadmin.sh
domain-home=/home/sree/bea/user_projects/domains/base_domain
nohup $domain-home/bin/startWebLogic.sh >>admin.log 2>&1 &
the problem is doesn't find the path. in previous it will work but now it will shoes the error?