Files
server/opt/psa/admin/sbin/modules/nodejs/change-owner.sh
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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"