Restore the beginning of a case statement in shot()

This commit is contained in:
David Thurstenson 2019-05-12 16:13:17 -05:00
parent 7b8963cc41
commit 022ba22a38
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ p Upload to a pastebin (defined in function)
return
;;
esac
#Y: Where to put the result case ${1:1:1} in
# Y: Where to put the result
case ${1:1:1} in
# Save to file
f) msgd="file: $destdir/$fname"
;;