Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed Feb 6, 2024
1 parent 7216052 commit b957b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ actionEnvironment() {

mkdir -p "${data[homeDirectory]}"

cp ./espocrm-installer-master/commands/command.sh "${data[homeDirectory]}/command.sh" || {
cp ./commands/command.sh "${data[homeDirectory]}/command.sh" || {
printExitError "Unable to copy the ${data[homeDirectory]}/command.sh"
}

Expand Down

0 comments on commit b957b68

Please sign in to comment.