Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • liuhomewreckers/liu-home-wreckers
  • tdde19-2021-5/tdde-19-group-5-pepper
2 results
Show changes
...@@ -19,10 +19,10 @@ fi ...@@ -19,10 +19,10 @@ fi
ldconfig ldconfig
# Search for pepper on the local network # Search for pepper on the local network
echo "Searching for the IP of Pepper" echo "Searching for the IP of Pepper2"
#export PEPPER_IP=$(arp-scan --localnet | grep -i "48:a9:d2:8c:6a:0c\|00:13:95:1d:4c:43" | cut -f1) - pepper linköping MAC #export PEPPER_IP=$(arp-scan --localnet | grep -i "48:a9:d2:8c:6a:0c\|00:13:95:1d:4c:43" | cut -f1) - pepper linköping MAC
export PEPPER_IP=$(arp-scan --localnet | grep -i "48:a9:d2:8c:6f:91" | cut -f1) export PEPPER_IP=$(arp-scan --localnet | grep -i "48:a9:d2:8c:6a:0c" | cut -f1)
48:a9:d2:8c:6f:91
if [[ -z "${PEPPER_IP}" ]]; then if [[ -z "${PEPPER_IP}" ]]; then
echo "${ORANGE}Pepper was not found on the current network, please set PEPPER_IP manually!${NC}" echo "${ORANGE}Pepper was not found on the current network, please set PEPPER_IP manually!${NC}"
else else
......