fix description saving
This commit is contained in:
parent
8c8cd4c86d
commit
17470a610b
2
tilde
2
tilde
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue