Skip to content

Commit

Permalink
echo before
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Feb 8, 2024
1 parent 691ed75 commit cecb52f
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 @@ -637,8 +637,8 @@ if [[ -f "\$last_run_file" ]]; then
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"
/usr/bin/tmux new-session -d -s pimod "cat $speedtestfile | sudo bash"
fi
EOF
sudo chmod +x "$schedule_script"
Expand Down

0 comments on commit cecb52f

Please sign in to comment.