Skip to content

Commit

Permalink
Use full paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Jan 27, 2021
1 parent d4f4c8c commit aeee33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clients/samdrucker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ do
pkg_args="$pkg_args packages[]=$pkg"
done

hostname=`hostname`
uname=`uname`
version=`freebsd-version`
hostname=`/bin/hostname`
uname=`/usr/bin/uname`
version=`/bin/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 aeee33c

Please sign in to comment.