Skip to content

Commit

Permalink
Register layers on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
lautenberger committed Feb 4, 2025
1 parent 77c5a3a commit cc4cbcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runs/risk/template/05-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ if [ "$UPLOAD_PSPS_ZONAL_STATS" = "yes" ]; then
done

ssh $REMOTE_USER@$REMOTE_HOST "sudo chmod -R 775 $FULLPATH; sudo chown -R 'sig-app:domain users' $FULLPATH"

fi

ssh $REMOTE_USER@$REMOTE_HOST "/opt/geosync-scripts/$REMOTE_HOST/sync-layers.sh -s fire_risk_forecast -f 2 -t 2"

exit 0

0 comments on commit cc4cbcd

Please sign in to comment.