mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-10 13:12:37 +01:00
10 lines
239 B
Bash
Executable File
10 lines
239 B
Bash
Executable File
#!/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/
|