Fix permissons

This commit is contained in:
SilicaAndPina 2022-04-18 18:18:18 +12:00
parent c27e50f6af
commit f3a3566e8f
3 changed files with 3 additions and 8 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
useradd horseisle
chown -R horseisle /etc/hisp
chown -R horseisle:horseisle /etc/hisp
systemctl enable HISP.service
systemctl start HISP