See #542: ensure install_os_dependencies.sh is runnable from anywhere

environments/review-docs-funkw-78jnxn/deployments/34
Eliot Berriot 2018-10-01 18:45:57 +02:00
rodzic 62c98b2386
commit e8cab269b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
#!/bin/bash
#!/bin/bash -ex
OS_REQUIREMENTS_FILENAME="requirements.apt"
script_path=$(dirname "$(realpath $0)")
OS_REQUIREMENTS_FILENAME="$script_path/requirements.apt"
# Handle call with wrong command
function wrong_command()