Use $STORAGE_ROOT

Better to use $STORAGE_ROOT instead of hardcoded /home/user-data/
This commit is contained in:
h8h 2014-07-16 15:33:40 +02:00
parent 9c7d476915
commit 9b887d2e63
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ fi
echo
echo "Your SSL certificate's fingerpint is:"
openssl x509 -in /home/user-data/ssl/ssl_certificate.pem -noout -fingerprint
openssl x509 -in $STORAGE_ROOT/ssl/ssl_certificate.pem -noout -fingerprint
echo