Skip to content

Commit

Permalink
Make sure CLI symlink is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 4, 2024
1 parent b7124eb commit e3a9ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ install_cli()
fi
if [ ! -L "/usr/local/bin/ratos" ]; then
$sudo ln -s "$SRC_DIR/bin/ratos" "/usr/local/bin/ratos"
$sudo chmod a+x "/usr/local/bin/ratos"
fi
}

Expand Down

0 comments on commit e3a9ad7

Please sign in to comment.