Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Enabling skip version check

Vilhelm Prytz edited this page Apr 21, 2018 · 1 revision

Enabling skip version check

"skipVersionCheck" mode disables version checking.

Works on versions after 1.2.5-stable.

Master

Open up the file /home/master-nafsdm/pythondaemon/dev_devmode.txt.

nano /home/master-nafsdm/pythondaemon/dev_devmode.txt

Type in True and save the file by hitting CTRL + X and then Y.

Slave

Open up the config file /home/slave-nafsdm/config.conf

nano /home/slave-nafsdm/config.conf

Under the [development] section, you will find skipVersionCheck. Set the value to True.

Save the file by hitting CTRL + X and then Y.

In versions before 1.3, you would have to enable skip version check in the same way as you should with the master (replace master-nafsdm with slave-nafsdm.

Clone this wiki locally