4 lines
128 B
Bash
Executable File
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"
|