summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-pppoe.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/interfaces-pppoe.py')
-rwxr-xr-xsrc/conf_mode/interfaces-pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-pppoe.py b/src/conf_mode/interfaces-pppoe.py
index f58095f13..d58ce99cc 100755
--- a/src/conf_mode/interfaces-pppoe.py
+++ b/src/conf_mode/interfaces-pppoe.py
@@ -238,7 +238,7 @@ def apply(pppoe):
if pppoe['disable']:
# Dial PPPoE connection
- call(f'systemctl restart ppp@{intf}.service'.format(**pppoe))
+ call('systemctl restart ppp@{intf}.service'.format(**pppoe))
return None