Skip to content

Commit

Permalink
v0.3.5 - change which calls to command -v
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinus committed Dec 10, 2018
1 parent f16cc0c commit 3e8d4ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opkg-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@


### Initialization
OPKGUPVERSION="0.3.4"
OPKGBIN="$(which opkg 2>/dev/null)"
SSMTPBIN="$(which ssmtp 2>/dev/null)"
OPKGUPVERSION="0.3.5"
OPKGBIN="$(command -v opkg 2>/dev/null)"
SSMTPBIN="$(command -v ssmtp 2>/dev/null)"
BANNERSTRING="Simple OPKG Updater v$OPKGUPVERSION"
TIMESTAMP="$(date '+%Y/%m/%d %H:%M:%S' 2>/dev/null)"
OPKGUP_INSTALL_DIR='/usr/sbin'
Expand Down

0 comments on commit 3e8d4ab

Please sign in to comment.