Skip to content

Commit

Permalink
bugfix store urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabattaglia committed Apr 27, 2021
1 parent c58a897 commit 6da596a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.project
/fedora-33-qiot.aarch64.raw.xz
4 changes: 2 additions & 2 deletions fedora-qiot.ks
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ mkdir -p /var/home/edge/qiot/driver
mkdir -p /var/home/edge/qiot/containers/sensor/base/test
mkdir -p /var/home/edge/qiot/containers/sensor/service
mkdir -p /var/home/edge/qiot/containers/edge/volume/https
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/blob/main/src/main/resources/certs/https/client.ks -o /var/home/edge/qiot/containers/edge/volume/https/client.ks
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/blob/main/src/main/resources/certs/https/client.ts -o /var/home/edge/qiot/containers/edge/volume/https/client.ts
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/raw/main/src/main/resources/certs/https/client.ks -o /var/home/edge/qiot/containers/edge/volume/https/client.ks
curl -LJ https://github.com/qiot-project/qiot-covid19-datahub-registration/raw/main/src/main/resources/certs/https/client.ts -o /var/home/edge/qiot/containers/edge/volume/https/client.ts
chown edge:edge -R /var/home/edge
chmod 777 /var/home/edge/qiot/containers/edge/volume

Expand Down

0 comments on commit 6da596a

Please sign in to comment.