Skip to content

Commit

Permalink
unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Jan 17, 2024
1 parent a9e819a commit ca57542
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ function install_tools() {
banner
printf "\n${bgreen} reconFTW installer/updater script ${reset}\n\n"

if [[ -d $dir && -d ~/.gf && -d ~/.config/notify/ && -d ~/.config/amass/ && -d ~/.config/nuclei/ && -f "${dir}"/.github_tokens ]]; then
rftw_installed=true
else
rftw_installed=false
fi

printf "${yellow} This may take time. So, go grab a coffee! ${reset}\n\n"

if [[ $(id -u | grep -o '^0$') == "0" ]]; then
Expand Down

0 comments on commit ca57542

Please sign in to comment.