From 9df56edb5d70225a1e35defdc67ba158bfcfacb5 Mon Sep 17 00:00:00 2001 From: xuione Date: Mon, 2 Jun 2025 13:16:42 +0100 Subject: [PATCH] Add files via upload --- patch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patch.sh b/patch.sh index 031d5fb..4aeaaff 100644 --- a/patch.sh +++ b/patch.sh @@ -46,6 +46,10 @@ if [ $? -ne 0 ]; then exit 1 fi +# Chown files +chown xui:xui /home/xui/bin/php/lib/php/extensions/no-debug-non-zts-20170718/xui.so +chown xui:xui /home/xui/bin/php/lib/php/extensions/no-debug-non-zts-20190902/xui.so + # Restart the xuione service service xuione restart /home/xui/status \ No newline at end of file