chown user hysteria

This commit is contained in:
Whispering Wind
2024-08-12 00:13:38 +03:30
committed by GitHub
parent fd1544e1e0
commit afacc27742

View File

@ -76,7 +76,8 @@ start_service() {
update_env_file "$domain" "$port" update_env_file "$domain" "$port"
create_service_file create_service_file
chown -R hysteria:hysteria "/etc/letsencrypt/live/$domain"
chown -R hysteria:hysteria /etc/hysteria/core/scripts/singbox
systemctl daemon-reload systemctl daemon-reload
systemctl enable singbox.service > /dev/null 2>&1 systemctl enable singbox.service > /dev/null 2>&1
systemctl start singbox.service > /dev/null 2>&1 systemctl start singbox.service > /dev/null 2>&1