mivirl [Thu, 25 Jan 2024 05:19:35 +0000 (23:19 -0600)]
Send filepaths to server
Send a unicode character to replace the / when sending filepaths for logs and other files. Gives more descriptive filenames which can be displayed at the same directory level.
mivirl [Thu, 25 Jan 2024 05:15:40 +0000 (23:15 -0600)]
Add file existence checks; forking -> exit; fork for inotifywatch
- Added checks for file existence before attempting to upload, which can in theory esult in race conditions, but in this case doesn't matter that much.
- Changed forking subroutines to exit instead of return, to prevent forked versions of the script from re-running the same commands
- Changed inotifywatch subroutine to fork
mivirl [Thu, 25 Jan 2024 05:06:35 +0000 (23:06 -0600)]
Update start-server script
- Removed file server, since it's not currently used
- Fixed tcpsvd listen ip to accept connections from other machines
- Changed shebang to use busybox