Make sure all upgrade output is logged

This commit is contained in:
Taylor Helsper 2019-10-22 19:45:46 -05:00
parent fd0edb243f
commit e715b08d1e

View File

@ -36,4 +36,4 @@ sync
sleep 1
# Run post upgrade script
/bin/bash /usr/bin/mynode_post_upgrade.sh > /home/admin/upgrade_log.txt
/bin/bash /usr/bin/mynode_post_upgrade.sh > /home/admin/upgrade_log.txt 2>&1