mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-24 16:40:24 +00:00
Replace hardcoded path with var
This commit is contained in:
parent
37adaf2cd0
commit
9592104190
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ done
|
|||
|
||||
if [ "$added" = true ]; then
|
||||
echo "Persisting IP tables rules"
|
||||
sudo iptables-save | sudo tee /etc/iptables/rules.v4 > /dev/null
|
||||
sudo iptables-save | sudo tee $rulesv4 > /dev/null
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue