diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-20 21:21:26 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-20 21:21:26 +0530 |
commit | f6d443afad0af654b8462c9b0143aebb5cf296bc (patch) | |
tree | 30e94380ca25eca2a247b8115e465464971661d1 /arch-magik.sh | |
parent | 006df773dc60ec5fd242bddd2cf95c500d79fbf9 (diff) |
making the script executable + typo
Diffstat (limited to 'arch-magik.sh')
-rwxr-xr-x[-rw-r--r--] | arch-magik.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index e833a2e..22f753e 100644..100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -31,7 +31,8 @@ fi echo "Enter the root partition: " read rpartition mkfs.ext4 $rpartition -read -p "Did you also create a home partition? [y/n]" answer + +read -p "Did you also create a home partition? [y/n]" answerhome if [[ $answerhome = y ]] ; then echo "Enter the home partition: " read hpartition |