Fix root/base folder problem

This commit is contained in:
Clemens Schwaighofer
2022-12-02 09:41:25 +09:00
parent 365b52efe5
commit 716a0c2bfb
2 changed files with 4 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ separator="#";
# base folder for all data
# root_folder=$(pwd)'/';
BASE_FOLDER=$(dirname $(readlink -f $0))"/";
root_folder="${BASE_FOLDER}";
root_folder="${BASE_FOLDER}../";
input_file='user_list.txt';
output_file="user_password.${timestamp}.txt";
output_zip_folder='zip/';