mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
@ -873,14 +873,14 @@ tee -a /root/.bashrc <<EOF
|
||||
$mySHELLCHECK
|
||||
$myROOTPROMPT
|
||||
$myROOTCOLORS
|
||||
PATH="$PATH:/opt/tpot/bin"
|
||||
PATH="\$PATH:/opt/tpot/bin"
|
||||
EOF
|
||||
for i in $(ls -d /home/*/)
|
||||
do
|
||||
tee -a $i.bashrc <<EOF
|
||||
$mySHELLCHECK
|
||||
$myUSERPROMPT
|
||||
PATH="$PATH:/opt/tpot/bin"
|
||||
PATH="\$PATH:/opt/tpot/bin"
|
||||
EOF
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user