mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-10 21:14:00 +01:00
10 lines
239 B
Bash
10 lines
239 B
Bash
|
#!/bin/sh
|
||
|
cd "$( dirname "$( realpath "$0" )" )"
|
||
|
cd ./Root
|
||
|
|
||
|
cp -v /etc/diycron ./etc/diycron
|
||
|
# nginx was done manually
|
||
|
|
||
|
cp -v /Server/Scripts/Backup/*.sh ./Server/Scripts/Backup/
|
||
|
cp -v /Server/Scripts/Backup/*.cfg ./Server/Scripts/Backup/
|