Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Mar 12, 2014
1 parent 9fb0f62 commit 1691436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eucaconsole.init
Expand Up @@ -68,7 +68,6 @@ generate_cookie_secrets(){
session.encrypt_key = $(dd if=/dev/urandom bs=24 count=1 status=none | base64 | tr -d '/+=')
session.validate_key = $(dd if=/dev/urandom bs=24 count=1 status=none | base64 | tr -d '/+=')
_EOF_
fi
}

generate_cert() {
Expand Down

0 comments on commit 1691436

Please sign in to comment.