From 34f522070a0b0e0460ecc02207aa7cc94d0becc6 Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Sun, 27 Feb 2011 14:51:55 +0000 Subject: setup-alpine: fix typo when calling setup-timezone fix typo when calling setup-timezone --- setup-alpine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-alpine.in b/setup-alpine.in index aeda76a..aeab41a 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -77,6 +77,6 @@ fi printf "Change timezone (default is UTC)? [y/N]?" default_read setuptz "n" -if [ $setuptz == "Y" ] || [ $setuprtz == "y" ]; then +if [ $setuptz == "Y" ] || [ $setuptz == "y" ]; then $PREFIX/sbin/setup-timezone fi -- cgit v1.2.3