From 97c9fab47c4df85834d01f5b464def3e033f6fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 7 Mar 2017 16:13:38 +0100 Subject: [PATCH] Fix typo --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 05f15de..df56646 100644 --- a/scripts/restore +++ b/scripts/restore @@ -41,7 +41,7 @@ set_configuration() { get_source() { if [[ $1 == 'arm' ]] - theng + then wget -q -O '/tmp/seafile_src.tar.gz' 'https://github.com/haiwen/seafile-rpi/releases/download/v'$2'/seafile-server_'$2'_stable_pi.tar.gz' md5sum=$armsum elif [[ $1 == 'x86-64' ]]