Skip to content

Commit

Permalink
Merge 7c60748 into 93f4023
Browse files Browse the repository at this point in the history
  • Loading branch information
rgooch authored Oct 11, 2019
2 parents 93f4023 + 7c60748 commit 87ef6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.lib
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install_all ()
local -r service="$1"

$echo mkdir -p /etc/ssl/$service || exit
$echo cp -p ssl/CA*.pem ssl/IdentityCA*.pem /etc/ssl || exit
$echo cp -p ssl/*CA*.pem /etc/ssl || exit
$echo cp -p ssl/$service/*.pem /etc/ssl/$service
$echo mkdir -p /usr/local/sbin || exit
$echo cp -p bin/* /usr/local/sbin || exit
Expand Down

0 comments on commit 87ef6ba

Please sign in to comment.