Skip to content

Commit

Permalink
Update install-lancache.sh
Browse files Browse the repository at this point in the history
sed -i "s^lc-host-network^$lc_eth_net^g"  // thanks to 
Geoffrey.
  • Loading branch information
nexusofdoom authored Aug 28, 2018
1 parent 1acc02b commit 0fd8f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-lancache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ sed -i 's|lc-host-pearlabyss|'$lc_ip_pearlabyss'|g' $lc_base_folder/etc/hosts

## Make the Necessary Changes For The New Interfaces File
sed -i 's|lc-host-ip|'$lc_ip'|g' $lc_base_folder/etc/netplan/01-netcfg.yaml
sed -i 's|lc-host-network|'$lc_eth_net'|g' $lc_base_folder/etc/netplan/01-netcfg.yaml
sed -i "s^lc-host-network^$lc_eth_net^g" $lc_base_folder/etc/netplan/01-netcfg.yaml
sed -i 's|lc-host-gateway|'$lc_ip_gw'|g' $lc_base_folder/etc/netplan/01-netcfg.yaml
sed -i 's|lc-host-arena|'$lc_ip_arena'|g' $lc_base_folder/etc/netplan/01-netcfg.yaml
sed -i 's|lc-host-apple|'$lc_ip_apple'|g' $lc_base_folder/etc/netplan/01-netcfg.yaml
Expand Down

0 comments on commit 0fd8f3f

Please sign in to comment.