Skip to content

Commit

Permalink
Create entrypoint parent dirs in MotteKit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Dec 19, 2024
1 parent 1b1b122 commit b91b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mottekit/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ git clone "$repo_url" "$repo_dir"
readonly mottekit_script=$repo_dir/scripts/mottekit/mottekit.sh
echo "Creating MotteKit entrypoint at $entrypoint"
echo $'#!/bin/bash\nexec bash '"${mottekit_script@Q}"' "$@"' |
install -m755 /dev/stdin "$entrypoint"
install -Dm755 /dev/stdin "$entrypoint"

0 comments on commit b91b004

Please sign in to comment.