Skip to content

Commit

Permalink
Improved installation from outside the source code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Mar 29, 2024
1 parent 946fc46 commit 1f32c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multios-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#

set -eo pipefail
cd "$(dirname "$(readlink -f "$0")")"

log_file="install.log"
echo -e "Arguments: $@\n" > $log_file
Expand Down

0 comments on commit 1f32c0d

Please sign in to comment.