Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguinmaster2001 committed Jul 11, 2024
1 parent f273c92 commit 46ece4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/pi_startup/auto_update_service/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ date >> $log_path
# Send both stdout and stderr to the log
git pull >> $log_path 2>&1

echo $(pwd) > testing.txt

bash $git_dir/src/pi_startup/startup_stuff/test.sh

python3 $git_dir/src/pi_startup/startup_stuff/test.py > ~/Documents/test_py_output.txt
6 changes: 5 additions & 1 deletion src/pi_startup/startup_stuff/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@

# Makes a file somewhere

echo $(pwd) > test2.txt
log_path='/home/pi/Documents/setup.log'

echo $(pwd)

ping -c uveec.ca >> $log_path 2>&1

0 comments on commit 46ece4c

Please sign in to comment.