From 64312a4da57156b36ecf5d2b9f61c30de1b6739d Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:14:07 +0100 Subject: [PATCH] update --- computer-assignment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-assignment.sh b/computer-assignment.sh index 866aab6..4797516 100644 --- a/computer-assignment.sh +++ b/computer-assignment.sh @@ -12,7 +12,7 @@ unzip Pashua.zip # Create Pashua config file echo "*.title=Gathering User Info" >> $PashuaConfig -echo "*.autoclosetime = 5" >> $PashuaConfig +echo "*.autoclosetime = 1800" >> $PashuaConfig echo "*.floating = 1" >> $PashuaConfig echo "fullname.type = textfield" >> $PashuaConfig echo "fullname.label = Enter your full name" >> $PashuaConfig