New install scripts, consistent folder structure

This commit is contained in:
2023-03-06 09:40:49 +01:00
parent f955b587e7
commit 33c20614d9
26 changed files with 35 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/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

9
Server/Repo.Update.sh Executable file
View 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/