Skip to content

Commit

Permalink
verbose stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhopper committed Nov 19, 2020
1 parent c09b771 commit 31aa918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/fn/Install.fn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function Install (){
_ORGNAME=$1
_REPONAME=$2
_DSTFOLDER=$3
_INSTALL_MODE=$4
_INSTALL_MODUS=$4

# check and create /etc/osbox
if [ ! -d /etc/osbox ]; then
Expand All @@ -18,8 +18,8 @@ function Install (){
PACKAGE_LOCALVERSION="$(<$_VERSIONFILE)"

#echo "PACKAGE_LOCALVERSION='$PACKAGE_LOCALVERSION'";
echo "Mode: $_INSTALL_MODE"
if [ "$_INSTALL_MODE" == "latest" ];then
echo "Mode: $_INSTALL_MODUS"
if [ "$_INSTALL_MODUS" == "latest" ];then
log "Using latest (unstable) commit"
PACKAGE_REMOTEVERSION=$(GetLatestVersion "$_ORGNAME" "$_REPONAME")
else
Expand Down

0 comments on commit 31aa918

Please sign in to comment.