testnet now deploys successfully on days of the month < 10

This commit is contained in:
Michael Vines 2018-08-01 14:09:36 -07:00
parent de7e9b4b4c
commit 2b259aeb41
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ fullnode_start() {
"\
set -ex; \
logmarker='solana deploy $(date)/$RANDOM'; \
logger \$logmarker; \
logger \"\$logmarker\"; \
$SNAP_INSTALL_CMD; \
sudo snap set solana $nodeConfig; \
snap info solana; \