mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-01-23 02:30:16 +01:00
9 lines
211 B
Bash
Executable File
9 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$( dirname "$( realpath "$0" )" )"
|
|
|
|
cp -v /etc/diycron ./diycron
|
|
cp -v /Server/Scripts/Backup/*.sh ./Scripts/Backup/
|
|
cp -v /Server/Scripts/Backup/*.cfg ./Scripts/Backup/
|
|
# nginx was done manually
|