5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
chown -fR slidge:slidge /var/lib/slidge
|
|
|
|
runuser -u slidge slidge-whatsapp $@ 2>&1
|