From 744d037a02ccbb2ba126fbb6b9de5e6849861add Mon Sep 17 00:00:00 2001 From: equippedcoding-master Date: Tue, 30 Sep 2025 13:44:11 -0500 Subject: [PATCH] updated run.sh from running systemd, bug fixes --- portal/admin/core/scripts/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portal/admin/core/scripts/run.sh b/portal/admin/core/scripts/run.sh index 718f35a4..9fbf87ef 100644 --- a/portal/admin/core/scripts/run.sh +++ b/portal/admin/core/scripts/run.sh @@ -54,7 +54,7 @@ chown -R $systemuser.apache /home/${systemuser}/websites/$subdomain/portal/admin # cp -rf $systemdfile2 /etc/systemd/system/ -systemctl daemon-reload -systemctl enable afs-watcher-$systemuser-${subdomain}.service -systemctl start afs-watcher-$systemuser-${subdomain}.service +# systemctl daemon-reload +# systemctl enable afs-watcher-$systemuser-${subdomain}.service +# systemctl start afs-watcher-$systemuser-${subdomain}.service