Skip to content

Commit

Permalink
scripts(bootstrap): make termux-bootstrap-second-stage.sh executabl…
Browse files Browse the repository at this point in the history
…e before executing if running under fallback mode
  • Loading branch information
agnostic-apollo committed Nov 15, 2024
1 parent 09ba10b commit fa5b49b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# The shell should still load if second stage run below fails.
if [ ! -L "@TERMUX_BOOTSTRAP_CONFIG_DIR_PATH@/termux-bootstrap-second-stage.sh.lock" ]; then
echo "Starting fallback run of termux bootstrap second stage"
chmod +x "@TERMUX_BOOTSTRAP_CONFIG_DIR_PATH@/termux-bootstrap-second-stage.sh" || exit $?
"@TERMUX_BOOTSTRAP_CONFIG_DIR_PATH@/termux-bootstrap-second-stage.sh" || exit $?
fi

Expand Down

0 comments on commit fa5b49b

Please sign in to comment.