group user unknown

This commit is contained in:
Andrew Hurley 2022-11-05 20:55:15 +08:00
parent bafa8cf20f
commit 2e054219fd
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ if [[ -f /defaults/custom-cert.crt && -f /defaults/custom-cert.key ]]; then
mv -v cert.key dcert.key
cp -v /defaults/custom-cert.crt cert.crt
cp -v /defaults/custom-cert.key cert.key
chown abc:user *
chown abc *
fi