don't wipe the formatting

This commit is contained in:
sakrecoer 2026-07-31 12:07:59 +02:00
parent 82734201a9
commit ee112f3d30

View file

@ -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