fix description saving

This commit is contained in:
Ben Harris 2020-06-10 22:31:12 -04:00
parent 8c8cd4c86d
commit 17470a610b
1 changed files with 1 additions and 1 deletions

2
tilde
View File

@ -218,7 +218,7 @@ case $1 in
# submit now
mkdir -p "/tilde/pending-submissions/$USER/$script_name"
ln -s "$HOME/bin/$script_name" "/tilde/pending-submissions/$USER/$script_name/$script_name"
printf "%s" "$description" > "/tilde/pending-submissions/$USER/$script_name/description.txt"
printf "%s\n" "$description" > "/tilde/pending-submissions/$USER/$script_name/description.txt"
mail_body "$script_name" "$description" | sendmail root
printf "script submitted. thanks! :)\n"
;;