readme/license fix
This commit is contained in:
parent
0af55e3922
commit
ab2f5403dc
@ -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**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user