Set default shell to bash explicitly

sh was being used otherwise
This commit is contained in:
yuvipanda
2018-06-28 01:33:28 -07:00
parent 3e78ea9040
commit 2cb286c6f1

View File

@@ -33,5 +33,6 @@ c.ConfigurableHTTPProxy.should_start = False
c.ConfigurableHTTPProxy.api_url = 'http://127.0.0.1:15002'
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')]
c.SystemdSpawner.default_shell = '/bin/bash'
configurer.apply_yaml_config(os.path.join(INSTALL_PREFIX, 'config.yaml'), c)