소스 검색

fixed wrong variable name

Noah 4 년 전
부모
커밋
af0546d037
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch.sh

+ 1 - 1
arch.sh

@@ -15,7 +15,7 @@ dialog --no-cancel --inputbox "Enter the drive you want do install Arch on.\n\n$
 
 dialog --defaultno --title "Time Zone select" --yesno "Do you want use the default time zone(Europe/Zurich)?.\n\nPress no for select your own time zone"  10 60 && echo "Europe/Zurich" > tz.tmp || tzselect > tz.tmp
 
-dialog --no-cancel --inputbox "Enter swapsize in gb (only type in numbers)." 10 60 2>psize
+dialog --no-cancel --inputbox "Enter swapsize in gb (only type in numbers)." 10 60 2>swapsize
 
 SIZE=$(cat swapsize)
 DRIVE=$(cat drive)