mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix executable-not-elf-or-script Lintian issues.
This commit is contained in:
committed by
Dan Christian Bogos
parent
456c1c0582
commit
1ccc9f4381
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/mysql start
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
|
||||
@@ -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
2
data/storage/migrator/mysql_cdr_migration.sql
Executable file → Normal 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
0
data/storage/migrator/mysql_tables_update.sql
Executable file → Normal file
0
data/storage/migrator/pg_cdr_migration.sql
Executable file → Normal file
0
data/storage/migrator/pg_cdr_migration.sql
Executable file → Normal file
0
data/storage/migrator/pg_tables_update.sql
Executable file → Normal file
0
data/storage/migrator/pg_tables_update.sql
Executable file → Normal file
0
data/tutorial_tests/asterisk_ari/asterisk/etc/asterisk/README
Executable file → Normal file
0
data/tutorial_tests/asterisk_ari/asterisk/etc/asterisk/README
Executable file → Normal file
0
data/tutorial_tests/osips/opensips/etc/default/opensips
Executable file → Normal file
0
data/tutorial_tests/osips/opensips/etc/default/opensips
Executable file → Normal file
0
data/tutorials/asterisk_ari/asterisk/etc/asterisk/README
Executable file → Normal file
0
data/tutorials/asterisk_ari/asterisk/etc/asterisk/README
Executable file → Normal file
Binary file not shown.
0
data/tutorials/osips/opensips/etc/default/opensips
Executable file → Normal file
0
data/tutorials/osips/opensips/etc/default/opensips
Executable file → Normal file
Reference in New Issue
Block a user