templates/bin/ncadmin - remove crufty comments

This commit is contained in:
Nick Stokoe
2021-01-16 13:13:00 +00:00
parent 96727cf17b
commit a10e2a6663

View File

@@ -1,10 +1,6 @@
#!/bin/sh #!/bin/sh
dc_dir={{ docker_compose_base_dir }} dc_dir={{ docker_compose_base_dir }}
#db_archive=nextclouddb.psql.gz
# this should be relative to the $nextcloud_dir
#file_archive=nextcloud.tgz
#config=
nextcloud_base_dir={{ nextcloud_base_dir }} nextcloud_base_dir={{ nextcloud_base_dir }}
nextcloud_data_dir={{ nextcloud_data_dir }} nextcloud_data_dir={{ nextcloud_data_dir }}
postgres_db_user={{ postgres_db_user }} postgres_db_user={{ postgres_db_user }}