Skip to content

Commit

Permalink
Merge pull request #5 from fyfe/fixes/os-version
Browse files Browse the repository at this point in the history
Use freebsd-version to get the OS version
  • Loading branch information
dlangille authored Jan 27, 2021
2 parents 08d3c00 + 6fd7bb1 commit d4f4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/samdrucker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ done

hostname=`hostname`
uname=`uname`
version=`uname -r`
version=`freebsd-version`
repo=`/usr/sbin/pkg -vv | $GREP url | $CUT -f2 -d \"`

# we save this to a file to avoid potential command line arguement overflow
Expand Down

0 comments on commit d4f4c8c

Please sign in to comment.