mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-19 00:34:25 -05:00
4 lines
111 B
Bash
4 lines
111 B
Bash
|
rm -Rf /etc/redis*
|
||
|
mkdir -p "/etc/redis"
|
||
|
cp -Rf "/usr/local/share/template-files/config/redis/." "/etc/redis/"
|