Skip to content

Commit

Permalink
Regression
Browse files Browse the repository at this point in the history
  • Loading branch information
partoneoftwo committed Aug 7, 2013
1 parent 27179a2 commit 6499fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LUKSUS.functions
Expand Up @@ -7,7 +7,7 @@ if [ $width -gt 119 ]
then
gtail -n 12 LUKSUS.logo 2>/dev/null || tail -n 12 LUKSUS.logo
else
ghead -n 6 LUKSUS.logo 2>/dev/null || head -n 6 lUKSUS.logo
ghead -n 6 LUKSUS.logo 2>/dev/null || head -n 6 LUKSUS.logo
fi
}

Expand Down
1 change: 1 addition & 0 deletions LUKSUS.variables
Expand Up @@ -21,3 +21,4 @@ width=$(echo $screensize | cut -d " " -f 2)
datenow=$(date)
USEKEY=false
freebsdloopnumber=$(echo $device|{ read; echo "${REPLY#${REPLY%?}}";})
ENCRYPTION=LUKS

0 comments on commit 6499fa1

Please sign in to comment.