7 lines
157 B
Bash
7 lines
157 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
# Clear the cached API IP address.
|
|
# The new daemon should contain an up-to-date address.
|
|
rm -f /var/cache/mullvad-vpn/api-ip-address.txt
|