fix: update path for scripts
This commit is contained in:
parent
989c8e9ea8
commit
f3b60b7137
@ -131,7 +131,7 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal (optional)
|
||||
scripts:
|
||||
preinstall: ./scripts/preinstall.sh
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
@ -28,7 +28,7 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal (optional)
|
||||
scripts:
|
||||
preinstall: ./scripts/preinstall.sh
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user