From 6b63e9a3af64c76584e789ab10b52ff925b0cf0e Mon Sep 17 00:00:00 2001 From: Rankyn Bass Date: Sun, 30 Oct 2022 21:45:47 -0700 Subject: [PATCH] Final cleanup of script file. --- xivlauncher.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xivlauncher.sh b/xivlauncher.sh index 0084227..bccf26a 100755 --- a/xivlauncher.sh +++ b/xivlauncher.sh @@ -6,7 +6,6 @@ makeCustomScript () { echo "Creating new file $xlpath." { echo '#!/bin/bash' - echo "# Always keep the next line. It works around an ssl bug on Square's end" echo 'export OPENSSL_CONF=/opt/XIVLauncher/openssl_fix.cnf' echo '# Edit this file for custom launch options.' echo '# For example, add "export MANGOHUD=1" to enable mangohud'