From 5ad7190eb088caccffb3be7b0d09abaf0d8f3869 Mon Sep 17 00:00:00 2001 From: Julio Poveda Date: Wed, 13 May 2020 23:21:56 -0500 Subject: [PATCH] Fix to solve error mentioned in issue #52 Hello. This is a fix to solve the error mentioned in issue #52 --- doc/training/start-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/training/start-app.sh b/doc/training/start-app.sh index 9e6b6da..ba83969 100755 --- a/doc/training/start-app.sh +++ b/doc/training/start-app.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -base_path=$(dirname "$(readlink -f "${0}")") +base_path=$(dirname "$(greadlink -f "${0}")") ################################################################################ # set app_file