diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 14:54:49 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 14:54:49 +0530 |
| commit | 21608db65bb38341c86eb4414b1aa8357c5fcade (patch) | |
| tree | 8d9d2c3e85105e4fdd57c8dbefa9016ba1b998cd /linux/deb/02-fs-spring-boot-kamal/build.sh | |
| parent | a8aa731ccb6c3c39469e95ac4c19a6bf2f8b1136 (diff) | |
Added create-new-project.sh to create a new Debian packaging project
Diffstat (limited to 'linux/deb/02-fs-spring-boot-kamal/build.sh')
| -rwxr-xr-x | linux/deb/02-fs-spring-boot-kamal/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/deb/02-fs-spring-boot-kamal/build.sh b/linux/deb/02-fs-spring-boot-kamal/build.sh index c54571d..877f5c5 100755 --- a/linux/deb/02-fs-spring-boot-kamal/build.sh +++ b/linux/deb/02-fs-spring-boot-kamal/build.sh @@ -22,7 +22,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Check if the spring boot jar is in the correct location 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] Jar file missing: 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 |
