whoopsie forgot `tmp` is a root folder also

dialog
Matt C 3 years ago
parent a843c26c3c
commit e0457fa639

@ -28,9 +28,9 @@ dump() {
msgdat=""
msgbox(){
dialog --title Citrine --inputbox "$@" 10 80 2>tmp
msgdat=$(cat tmp)
rm tmp
dialog --title Citrine --inputbox "$@" 10 80 2>tmp.citrine
msgdat=$(cat tmp.citrine)
rm tmp.citrine
}
# --------------------------

@ -28,9 +28,9 @@ dump() {
msgdat=""
msgbox(){
dialog --title Citrine --inputbox "$@" 10 80 2>tmp
msgdat=$(cat tmp)
rm tmp
dialog --title Citrine --inputbox "$@" 10 80 2>tmp.citrine
msgdat=$(cat tmp.citrine)
rm tmp.citrine
}
# --------------------------

Loading…
Cancel
Save