shellcheck nextcloud file cleaning script
This commit is contained in:
parent
eb81c1306c
commit
8fbc63d79b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ while IFS= read -rd '' file <&3; do
|
|||
printf ' s - Skip\n'
|
||||
|
||||
while true; do
|
||||
read -p "? " -n1 ans
|
||||
read -r -p "? " -n1 ans
|
||||
printf '\n'
|
||||
if [[ $ans = [0-9] && ${enc[ans]} ]]; then
|
||||
name=$(iconv -f "${enc[ans]}" <<< "$base")
|
||||
|
|
Loading…
Reference in a new issue