Skip to content

Commit

Permalink
[Fix] functions.apf typo unclosed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rfxn committed Jul 31, 2014
1 parent ac7e2d3 commit b051ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/internals/functions.apf
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ refresh() {
if [ -f "/etc/apf/internals/.trusts.md5" ]; then
last_trusts_md5=`cat /etc/apf/internals/.trusts.md5`
if [ "$trusts_md5" == "$last_trusts_md5" ]; then
eout "{glob} "trust rules unchanged since last refresh, doing nothing."
eout "{glob} trust rules unchanged since last refresh, doing nothing."
echo "$trusts_md5" > /etc/apf/internals/.trusts.md5
rm -f $LOCK_FILE
exit 1
Expand Down

0 comments on commit b051ffd

Please sign in to comment.