Commit 9b887d2e authored by h8h's avatar h8h

Use $STORAGE_ROOT

Better to use $STORAGE_ROOT instead of hardcoded /home/user-data/
parent 9c7d4769
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment