typo in HEREDOC

This commit is contained in:
Tomasz Kapias 2023-04-28 22:12:24 +02:00
parent d8dbe579f1
commit 8d5bb1e3e7

View file

@ -19,7 +19,7 @@ Help()
-d "<path>" Desination webroot path or directory -d "<path>" Desination webroot path or directory
-p "<password>" Password for decryption >= 12 characters -p "<password>" Password for decryption >= 12 characters
-s "<salt>" Salt string = 32 hexadecimal characters -s "<salt>" Salt string = 32 hexadecimal characters
-t "<string>" Title for the staticrypt form page -t "<string>" Title for the staticrypt form page
-u "<url>" Https or localhost Url for the destination root -u "<url>" Https or localhost Url for the destination root
Example: ./build.sh -u https://start.domain.tld -d static -t "STILDE - StartPage" Example: ./build.sh -u https://start.domain.tld -d static -t "STILDE - StartPage"