add new client=

This commit is contained in:
Leon Vita 2022-09-01 22:15:23 +01:00
parent 6711fbe32e
commit 9404190324
2 changed files with 13 additions and 14 deletions

14
gen.sh Normal file → Executable file
View File

@ -2,7 +2,6 @@
source IPS
source push-to-repo
#--------------------Input---------------------
echo -e "File Name with .conf:\r"
@ -107,6 +106,19 @@ echo -ne '\n'
}
#---------------Pushing-to-repo-----------------
push (){
echo -e "Start Pushing To Repo:"
git add .
git commit -m "add new client= $userinput"
git push
echo -e "Done Pushing."
}
#---------------Pushing-to-repo-----------------
#---------------Call-Functions-----------------
echo -ne '######################### (95%)\n'
check_ip

View File

@ -1,13 +0,0 @@
#---------------Pushing-to-repo-----------------
push (){
echo -e "Start Pushing To Repo:"
git add .
git commit -m "add new client= $userinput"
git push
echo -e "Done Pushing."
}
#-----------------End--Pushing------------------