mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
File setup_complete was created too soon on new installs
This commit is contained in:
@@ -199,4 +199,6 @@ fi
|
||||
|
||||
chown -R `ls -l PKI.md | cut -d" " -f 3,4 | sed 's/ /:/g'` .
|
||||
|
||||
[ -f setup_complete ] || touch setup_complete
|
||||
if [ -e $PKI_INT_CERT_BASE.key ] && [ -e $PKI_ROOT_CERT_BASE.key ]; then
|
||||
[ -f setup_complete ] || touch setup_complete
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user