don't wipe the formatting
This commit is contained in:
parent
82734201a9
commit
ee112f3d30
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ SITE_DIR="/path/to/your-cloned-git"
|
|||
WEBROOT="/probably/var/www/html"
|
||||
LOG_FILE="$HOME/nostr-site-deploy.log"
|
||||
|
||||
echo "" >> $LOG_FILE
|
||||
echo "Last run" > $LOG_FILE # we wipe the log file from rpevious entries, because no history here is super important
|
||||
echo "" > $LOG_FILE
|
||||
echo "Last run" >> $LOG_FILE # we wipe the log file from rpevious entries, because no history here is super important
|
||||
date '+%Y-%m-%d %H:%M:%S' >> $LOG_FILE
|
||||
echo "" >> $LOG_FILE
|
||||
echo "" >> $LOG_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue