6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rm -f /var/run/nat/*
|
||
|
|
||
|
mkdir -p /var/warmboot/nat
|