Skip to content

Commit 23639ca

Browse files
author
Junho Won
committed
[FEAT] add config_generator.sh
1 parent 699cf27 commit 23639ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

config_generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ $password == "" ]];then
1212
password="1234"
1313
fi
1414

15-
cat config/.ftinx_sample.conf | sed -e 's=PWD='"$PWD"'=g' -e 's=AUTHID='"$USER"'=g' > config/"$USER".conf
15+
cat config/.sample.conf | sed -e 's=PWD='"$PWD"'=g' -e 's=AUTHID='"$USER"'=g' > config/"$USER".conf
1616

1717
clear
1818
echo -e "\033[47;30m* AUTH FILE HAS BEEN CREATED SUCCESSFULLY *\033[0m"

0 commit comments

Comments
 (0)