From a9786d7e124d0313110d5d1d8435199c9c5fdb24 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 25 Apr 2025 15:38:08 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.2.5/UPDATE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/1.2.5/UPDATE.sh b/version/1.2.5/UPDATE.sh index ff5f1f56..6e4d6201 100644 --- a/version/1.2.5/UPDATE.sh +++ b/version/1.2.5/UPDATE.sh @@ -2,7 +2,7 @@ echo "" echo "Downloading crons.ini template.." -wget -q -O "/etc/openpanel/ofelia/users.ini" "https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/ofelia/users.ini" +wget -O "/etc/openpanel/ofelia/users.ini" "https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/ofelia/users.ini" for dir in /home/*; do username=$(basename "$dir")