Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 2, 2024
1 parent cf625a8 commit 07e4b96
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions scripts/ansible/launch_install_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,16 @@
state: absent


- name: Set an Apache config file to hide the version
ignore_errors: true
ansible.builtin.template:
src: ../../etc/apache2/conf-available/custom-server-token.conf
dest: /etc/apache2/conf-available/custom-server-token.conf
owner: root
group: root
mode: '0644'


- name: Set datadog config files /etc/datadog-agent/conf.d/disk.d/conf.yaml
ignore_errors: true
ansible.builtin.template:
Expand Down
4 changes: 3 additions & 1 deletion scripts/desktop_config_dolibarr.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash
#----------------------------------------------------------------
# This script allows to update or fix the Dolibarr config file
# This script allows to update or fix the Dolibarr config file saved as:
# /home/admin/wwwroot/dolibarr/htdocs/conf/conf.php
#
# It does not support config files of deployed instances.
#----------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion scripts/desktop_config_sellyoursaas.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#----------------------------------------------------------------
# This script allows to update or fix the SellYourSaas config files
# This script allows to update or fix the SellYourSaas config files saved as:
# /etc/sellyoursaas.conf OR the /etc/sellyoursaas-public.conf
#----------------------------------------------------------------

Expand Down

0 comments on commit 07e4b96

Please sign in to comment.