Skip to content

[BUG] install.sh will happen "sh: bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy #1996

@davidzollo

Description

@davidzollo

Describe the bug
when I first deploy the DolphinScheduler, I find that

# 3,stop server
echo "3,stop server"
sh ${workDir}/script/stop-all.sh
...
# 5,scp resources
echo "5,scp resources"
sh ${workDir}/script/scp-hosts.sh
if [ $? -eq 0 ]
then
	echo 'scp copy completed'
else
	echo 'scp copy failed to exit'
	exit -1
fi

Which version of Dolphin Scheduler:
-[1.2.0]

how to solve
the 3 step should change position to the 5 step, becase on the 3 step, the shell scripts not exists in the install path

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions