diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 17:02:01 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 17:02:01 +0530 |
| commit | a4e934512c56c0f9fb574f1169d8213e2730a014 (patch) | |
| tree | 7d1c3448a64f96d150dfc525871f69353990c2ba /linux/deb/02-fs-spring-boot-kamal/build.sh | |
| parent | 3e152dd02b3d696d65700c7b39fe5f1e7d7e50ae (diff) | |
Moved jar service file in deb to /opt/mycompany dir
Diffstat (limited to 'linux/deb/02-fs-spring-boot-kamal/build.sh')
| -rwxr-xr-x | linux/deb/02-fs-spring-boot-kamal/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/deb/02-fs-spring-boot-kamal/build.sh b/linux/deb/02-fs-spring-boot-kamal/build.sh index bd2fc95..c54571d 100755 --- a/linux/deb/02-fs-spring-boot-kamal/build.sh +++ b/linux/deb/02-fs-spring-boot-kamal/build.sh @@ -21,8 +21,8 @@ fi DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Check if the spring boot jar is in the correct location -if [ ! -f $DIR/package/opt/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar ]; then - errcho "[ERROR] Jar file missing: $DIR/package/opt/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar" +if [ ! -f $DIR/package/opt/mycompany/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar ]; then + errcho "[ERROR] Jar file missing: $DIR/package/opt/mycompany/fs-spring-boot-kamal/app/fs-spring-boot-kamal.jar" errcho "[ERROR] Run this build script only after placing the jar file in that location." exit 1 fi |
