mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: dont execute nginx maps copy during backup gen
This commit is contained in:
3
main.py
3
main.py
@@ -65,4 +65,5 @@ if __name__ == "__main__":
|
|||||||
icingaOnly=not args.backup)
|
icingaOnly=not args.backup)
|
||||||
|
|
||||||
# copy nginx maps #
|
# copy nginx maps #
|
||||||
os.system("rsync templates/nginx_maps.j2 root@192.168.122.104:/data/certificate-manager/")
|
if not args.backup:
|
||||||
|
os.system("rsync templates/nginx_maps.j2 root@192.168.122.104:/data/certificate-manager/")
|
||||||
|
|||||||
Reference in New Issue
Block a user