mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
New install scripts, consistent folder structure
This commit is contained in:
9
Server/Repo.Update.sh
Executable file
9
Server/Repo.Update.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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/
|
Reference in New Issue
Block a user