Compare commits
No commits in common. "7967342045a68d6cfa4f4b3b2fc43b553e1e427a" and "54e1c740b1a4ec0ee67d39e1f91c62f99d6f742a" have entirely different histories.
7967342045
...
54e1c740b1
@ -131,7 +131,7 @@ contents:
|
||||
|
||||
# Scripts to run during installation/removal (optional)
|
||||
scripts:
|
||||
preinstall: /app/resources/scripts/preinstall.sh
|
||||
preinstall: ./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: /app/resources/scripts/preinstall.sh
|
||||
preinstall: ./scripts/preinstall.sh
|
||||
# postinstall: ./scripts/postinstall.sh
|
||||
# preremove: ./scripts/preremove.sh
|
||||
# postremove: ./scripts/postremove.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user