Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-04-25 15:42:38 +02:00 committed by GitHub
parent ad60323438
commit ceacb0ae51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ for dir in /home/*; do
USER_CONF="/etc/openpanel/$username/users.ini"
if [ -d "$CONF_PATH" ]; then
echo "Found directory: $CONF_PATH - removing and creating a file."
rm -rf "$CONF_PATH" && touch "$CONF_PATH"
fi
done