mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/sh
|
|
|
|
mv /etc/csync2.cfg /etc/csync2/ >/dev/null 2>&1
|
|
mv /etc/csync2_ssl_*.pem /etc/csync2/ >/dev/null 2>&1
|
|
|
|
exit 0
|