updated sp.sh
This commit is contained in:
parent
40ceec1d9e
commit
7393be49b4
@ -58,13 +58,6 @@ echo -e "${GREEN}What is the email you would like to use to manage the SSL certi
|
||||
read
|
||||
echo -n $REPLY > /var/lib/domains/sslemail
|
||||
|
||||
|
||||
chown caddy:php /var/lib/domains -R
|
||||
|
||||
chmod 770 /var/lib/domains -R
|
||||
|
||||
#
|
||||
|
||||
#
|
||||
|
||||
mkdir /var/lib/nextcloudaddition
|
||||
@ -151,6 +144,12 @@ popd
|
||||
|
||||
#
|
||||
|
||||
chown caddy:php /var/lib/domains -R
|
||||
|
||||
chmod 770 /var/lib/domains -R
|
||||
|
||||
#
|
||||
|
||||
mkdir /root/.ssh/agenix
|
||||
|
||||
ssh-keygen -q -N "" -t ed25519 -f /root/.ssh/agenix/agenix-secret-keys
|
||||
|
Loading…
Reference in New Issue
Block a user