Fixed accidental duplicate echo
This commit is contained in:
parent
edb7254578
commit
673e4ef837
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ current_note="$site_dir/notes/${current_date}.txt"
|
|||
if [ -z "$1" ]; then
|
||||
echo -e "\n<p><b>$(echo $timestamp)</b>: </p>" >> $current_note
|
||||
cd $site_dir && make
|
||||
else
|
||||
echo -e "\n<p><b>$(echo $timestamp)</b>: ${1}</p>" >> $current_note
|
||||
fi
|
||||
echo -e "\n<p><b>$(echo $timestamp)</b>: ${1}</p>" >> $current_note
|
||||
|
||||
cd $site_dir
|
||||
./noter/noter.sh public
|
||||
|
|
Loading…
Reference in a new issue