Skip to content

Commit

Permalink
Merge pull request #458 from blackcross86/master
Browse files Browse the repository at this point in the history
Update gk_run.sh
  • Loading branch information
Serg-Norseman authored May 31, 2023
2 parents d2c1328 + 70e258d commit 7088a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/gk_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

if [ -f "/usr/lib/gedkeeper/bin/GEDKeeper3" ]; then
exec /usr/lib/gedkeeper/bin/GEDKeeper3 "$@"
elif [ -f "/usr/lib64/gedkeeper/bin/GEDKeeper3" ]; then
exec /usr/lib64/gedkeeper/bin/GEDKeeper3 "$@"
elif [ -f "/usr/lib/gedkeeper/bin/GEDKeeper2.exe" ]; then
exec /usr/bin/mono /usr/lib/gedkeeper/bin/GEDKeeper2.exe "$@"
elif [ -f "/usr/lib64/gedkeeper/bin/GEDKeeper2.exe" ]; then
Expand Down

0 comments on commit 7088a87

Please sign in to comment.