5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/sh
|
|
|
|
# Copy all .conf files from source to destination
|
|
cp /mnt/place-config/etc/php/8.2/fpm/pool.d/*.conf /etc/php/8.2/fpm/pool.d/
|