5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/bin/bash
|
||
|
mkdir -p "$DATA_DIR/pige"
|
||
|
chown 10000:10000 "$DATA_DIR/pige" -R
|
||
|
|