Skip to content

Commit e2e72d5

Browse files
author
ekultek
committed
starting compatibility with macos
1 parent bf6c230 commit e2e72d5

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

lib/settings.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,8 @@
2424
# path to the usage and legal file
2525
USAGE_AND_LEGAL_PATH = "{}/etc/text_files/general".format(CUR_DIR)
2626

27-
# path to the bash script to stack the PostgreSQL service
28-
START_POSTGRESQL_PATH = "{}/etc/scripts/start_postgre.sh".format(CUR_DIR)
29-
30-
# path to the bash script to stack the PostgreSQL service on OSX
31-
START_POSTGRESQL_OSX_PATH = "{}/etc/scripts/start_postgre_osx.sh".format(CUR_DIR)
32-
33-
# path to the bash script to start the Apache service
34-
START_APACHE_PATH = "{}/etc/scripts/start_apache.sh".format(CUR_DIR)
35-
36-
# path to the bash script to start the Apache service on OSX
37-
START_APACHE_PATH = "{}/etc/scripts/start_apache_osx.sh".format(CUR_DIR)
27+
# one bash script to rule them all takes an argument via the operating system
28+
START_SERVICES_PATH = "{}/etc/scripts/start_services.sh".format(CUR_DIR)
3829

3930
# path to the file that will contain our query
4031
QUERY_FILE_PATH = tempfile.NamedTemporaryFile(delete=False).name

0 commit comments

Comments
 (0)