Skip to content

Commit 11a769a

Browse files
sheharyaarlneto
authored andcommitted
fix missing semi-colon in cleanup script
Signed-off-by: Mohammad Shehar Yaar Tausif <sheharyaar48@gmail.com>
1 parent 079ca86 commit 11a769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dnsdoctor/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -eux
88
rm dnstest -rf
99

1010
# backup resolv config
11-
if [[ -f /etc/resolv.conf.lunatik ]] then
11+
if [[ -f /etc/resolv.conf.lunatik ]]; then
1212
echo "Restoring dns config from resolv.conf.lunatik"
1313
sudo rm /etc/resolv.conf
1414
sudo cp /etc/resolv.conf.lunatik /etc/resolv.conf

0 commit comments

Comments
 (0)