Skip to content

Commit

Permalink
Add executable flag for jpass.sh on install
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Oct 2, 2023
1 parent 965ec10 commit 454c6af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/dist/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fi

mkdir -p "/opt/jpass"
cp -R "$JPASS_PATH" "/opt/jpass"
chmod +x "/opt/jpass/jpass.sh"

echo "Add JPass desktop entry..."
if [ ! -d "/usr/share/applications" ]; then
Expand Down

0 comments on commit 454c6af

Please sign in to comment.