Skip to content

Commit 5dcd4b1

Browse files
committed
armbian.sh: Test starting redis if install fails
1 parent 2debc54 commit 5dcd4b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/armbian/armbian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ hostname -F /etc/hostname # fix 'sudo resolve host' errors
3636
CODE_DIR="$(pwd)" DBG=x bash install.sh || {
3737
echo "SOMETHING WENT WRONG, EXITING..."
3838
! [ -f /var/log/redis.log ] || cat /var/log/redis.log
39+
sudo -u redis redis-server /etc/redis/redis.conf
3940
sleep 120
4041
exit 1
4142
}

0 commit comments

Comments
 (0)