fixed debian install scripts permissions
This commit is contained in:
parent
478dc04787
commit
b5ed098093
@ -24,6 +24,7 @@ build:apt:
|
|||||||
- mkdir build
|
- mkdir build
|
||||||
# copy install instructions
|
# copy install instructions
|
||||||
- cp -r .DEBIAN build/DEBIAN
|
- cp -r .DEBIAN build/DEBIAN
|
||||||
|
- chown -R 0775 build/DEBIAN
|
||||||
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
|
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
|
||||||
- mkdir -p build/usr/share/fastapi-dls
|
- mkdir -p build/usr/share/fastapi-dls
|
||||||
- cp -r app build/usr/share/fastapi-dls
|
- cp -r app build/usr/share/fastapi-dls
|
||||||
|
Loading…
Reference in New Issue
Block a user