Fix executable-not-elf-or-script Lintian issues.

This commit is contained in:
Bas Couwenberg
2024-01-26 16:18:19 +01:00
committed by Dan Christian Bogos
parent 456c1c0582
commit 1ccc9f4381
13 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
# edit servers config files
sed -i 's/127.0.0.1/0.0.0.0/g' /etc/redis/redis.conf /etc/mysql/my.cnf
echo 'host all all 0.0.0.0/32 md5'>>/etc/postgresql/9.4/main/pg_hba.conf

View File

@@ -1,3 +1,5 @@
#!/bin/sh
# edit servers config files
sed -i 's/127.0.0.1/0.0.0.0/g' /etc/redis/redis.conf /etc/mysql/my.cnf

View File

@@ -1,3 +1,5 @@
#!/bin/sh
/etc/init.d/mysql start
/etc/init.d/postgresql start
/etc/init.d/redis-server start

View File

@@ -1,3 +1,5 @@
#!/bin/bash
# check for arguments
if [ $# -ne 1 ]
then

2
data/storage/migrator/mysql_cdr_migration.sql Executable file → Normal file
View File

@@ -55,4 +55,4 @@ END //
DELIMITER ;
CALL cgrates.migration();
CALL cgrates.migration();

0
data/storage/migrator/mysql_tables_update.sql Executable file → Normal file
View File

0
data/storage/migrator/pg_cdr_migration.sql Executable file → Normal file
View File

0
data/storage/migrator/pg_tables_update.sql Executable file → Normal file
View File

View File

View File

View File

0
data/tutorials/osips/opensips/etc/default/opensips Executable file → Normal file
View File