Skip to content

Commit

Permalink
fix: add sudo privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
jamil314 committed Nov 5, 2024
1 parent 1edcca9 commit f0044f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ docker_stack_deploy() {
reset_metabase() {
echo "Reseting metabase"
configured_ssh 'docker service scale opencrvs_dashboards=0 && \
rm /data/metabase/metabase.mv.db && \
sudo rm /data/metabase/metabase.mv.db && \
docker service scale opencrvs_dashboards=1'
}

Expand Down

0 comments on commit f0044f0

Please sign in to comment.