From ee112f3d30373b7490e19598b2447d2e00a3d196 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 31 Jul 2026 12:07:59 +0200 Subject: [PATCH] don't wipe the formatting --- example.deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.deploy.sh b/example.deploy.sh index e3d55b1..cbf281b 100755 --- a/example.deploy.sh +++ b/example.deploy.sh @@ -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