From 8b17b08b3ae955816ea9ccf91d3bb3958031df1e Mon Sep 17 00:00:00 2001 From: Sergei Solovev Date: Sun, 10 Mar 2024 21:34:01 +0300 Subject: [PATCH] Fix dir --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bb20a02..6aae56b 100644 --- a/install.sh +++ b/install.sh @@ -812,7 +812,7 @@ EOF read -p "Нажмите Enter для завершения..." continue fi - echo "">>$SAVE + echo "">>$saveDIR echo "Location data:">>$saveDIR echo "SQL_Username: root">>$saveDIR echo "SQL_Password: $passMySQL">>$saveDIR