Skip to content

Commit

Permalink
Fix full release var.
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and mastacontrola committed Jan 15, 2017
1 parent bf37aff commit 0155ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/installfog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ if [[ -z $backupPath ]]; then
fi
[[ -z $bootfilename ]] && bootfilename="undionly.kpxe"
[[ ! $doupdate -eq 1 || ! $fogupdateloaded -eq 1 ]] && . ../lib/common/input.sh
fullrelease=""
fullrelease="0"
echo
echo " ######################################################################"
echo " # FOG now has everything it needs for this setup, but please #"
Expand Down

0 comments on commit 0155ecd

Please sign in to comment.