File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RestartSec=3
1010LimitNOFILE =4096
1111Environment ="DAEMON_NAME=junod"
1212Environment ="DAEMON_HOME=/home/ubuntu/.juno"
13- Environment ="DAEMON_ALLOW_DOWNLOAD_BINARIES=true "
13+ Environment ="DAEMON_ALLOW_DOWNLOAD_BINARIES=false "
1414Environment ="DAEMON_RESTART_AFTER_UPGRADE=true"
1515Environment ="DAEMON_LOG_BUFFER_SIZE=512"
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RestartSec=3
1010LimitNOFILE =4096
1111Environment ="DAEMON_NAME=sifnoded"
1212Environment ="DAEMON_HOME=/home/ubuntu/.sifnoded"
13- Environment ="DAEMON_ALLOW_DOWNLOAD_BINARIES=true "
13+ Environment ="DAEMON_ALLOW_DOWNLOAD_BINARIES=false "
1414Environment ="DAEMON_RESTART_AFTER_UPGRADE=true"
1515Environment ="DAEMON_LOG_BUFFER_SIZE=512"
1616
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
2323export DAEMON_NAME=sifnoded
2424export DAEMON_HOME=$HOME /.sifnoded
2525export DAEMON_RESTART_AFTER_UPGRADE=true
26- export DAEMON_ALLOW_DOWNLOAD_BINARIES=true
26+ export DAEMON_ALLOW_DOWNLOAD_BINARIES=false
2727export UNSAFE_SKIP_BACKUP=true
You can’t perform that action at this time.
0 commit comments