mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Fix N00BS
This commit is contained in:
parent
0c299729dd
commit
b3df338715
15 changed files with 71 additions and 81 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
useradd -r horseisle
|
||||
mkdir -p /etc/hisp
|
||||
mkdir -p /var/log/hisp
|
||||
chown -R horseisle:horseisle /etc/hisp
|
||||
chown -R horseisle:horseisle /var/log/hisp
|
||||
systemctl enable HISP.service
|
||||
systemctl start HISP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue