Skip to content

Commit

Permalink
echo in if
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Feb 8, 2024
1 parent c52ea47 commit 691ed75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/Scripts/webpage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@ fi
if [[ \$(tmux list-sessions 2>/dev/null | grep -c pimod) -eq 0 ]]; then
/usr/bin/tmux new-session -d -s pimod "cat $speedtestfile | sudo bash"
echo \$(date +%s) > "\$last_run_file"
fi
echo \$(date +%s) > "\$last_run_file"
EOF
sudo chmod +x "$schedule_script"

Expand Down

0 comments on commit 691ed75

Please sign in to comment.