server cli scripts: node not found

This commit is contained in:
Martin Aeschlimann
2022-03-31 12:22:00 +02:00
parent 8864c16a1a
commit 7239b78e14
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
ROOT="$(dirname "$(dirname "$(dirname "$(readlink -f "$0")")")")"
APP_NAME="@@APPNAME@@"
VERSION="@@VERSION@@"