readme/license fix

This commit is contained in:
Nicholas R Magarett 2024-07-18 17:51:52 -07:00
parent 0af55e3922
commit ab2f5403dc

View File

@ -55,6 +55,7 @@ CREATE TABLE `archive_logs` (
`protected` tinyint(1) NOT NULL DEFAULT '0', `protected` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
); );
```
### Usage ### Usage
@ -68,8 +69,10 @@ CREATE TABLE `archive_logs` (
Ensure `process.sh` is executable and run it manually or set up a cron job to run it automatically. Ensure `process.sh` is executable and run it manually or set up a cron job to run it automatically.
```bash
chmod +x process.sh chmod +x process.sh
./process.sh ./process.sh
```
3. **Set Up the Web Server** 3. **Set Up the Web Server**