7 lines
161 B
Bash
7 lines
161 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# This script is being ran every time the systemd job is triggered
|
||
|
|
||
|
u=$USER
|
||
|
|
||
|
../target/release/Plenum-Bot -f /home/$u/.config/plenum-bot/config.sqlite
|