Files
server/opt/psa/admin/sbin/modules/nodejs/change-owner.sh
2026-01-07 20:52:11 +01:00

4 lines
128 B
Bash
Executable File

#!/bin/bash -e
### Copyright 1999-2025. WebPros International GmbH. All rights reserved.
[ -d "$1" ] && chown -R root:root "$1"