External script wont not apply unless reboot ACS server

Hi community,

I made some changes on my external script (generate_config.js) located in /opt/geneiacs/config/ext, the script did not apply until I reboot the ACS server.

For example,

previously, I put the following comments in my script:
ip route 0.0.0.0 0.0.0.0 Dialer 1 30 name ‘default IP’

But when I made the following changes in the scrip:
ip route 0.0.0.0 0.0.0.0 Dialer 1 30

The output did not change before I reboot the ACS server.

Thanks.