From 06fa98df4c400d77e2fc10ab2916e9a4398e0e52 Mon Sep 17 00:00:00 2001 From: dchristl Date: Mon, 17 Apr 2023 19:50:29 +0200 Subject: [PATCH] Update README.md --- OSX-KVM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OSX-KVM/README.md b/OSX-KVM/README.md index d6d1f2f..ce299c1 100644 --- a/OSX-KVM/README.md +++ b/OSX-KVM/README.md @@ -87,7 +87,7 @@ unzip macos-webapplication.zip -d webserver - Browse to webserver folder, change the password if not 'alpine' ``` cd webserver -# Change the password in line 'pwd = ''' at the beginning of the apple_cryptography.py file +# Change the password in line password = '' at the beginning of the apple_cryptography.py file with nano apple_cryptography.py ```