5 lines
81 B
Bash
5 lines
81 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p /tmp/buildtime/etc/php
|
|
mv /etc/php/* /tmp/buildtime/etc/php/
|