Skip to content

Commit 2fa0375

Browse files
authored
Update CLI_newdisk.sh
1 parent 3621035 commit 2fa0375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLI_newdisk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd /
33
read -e -p 'Mountpoint : ' mount
44
if [ -d "$mount" ]; then
55
while true; do
6-
read -p 'Are you sure about mountpoint = '$mount' ? [Y/N]' yn
6+
read -p 'Are you sure about mountpoint = '$mount' ? [Y/N] ' yn
77
case $yn in
88
[Yy]* ) echo "Creating default folders...";
99
mkdir $mount/\@ANIME;

0 commit comments

Comments
 (0)