#!/usr/bin/env python3 import subprocess # This is a helper script meant to be used with the AOS R8 ams cron-app # # Do not modify below this line # def aos_context_command(cmd): subprocess.Popen(cmd, shell=True, executable='/bin/jail') aos_context_command('python3 /flash/python/restore-route-reboot.py')