diff options
Diffstat (limited to 'mcp/scripts')
-rwxr-xr-x | mcp/scripts/docker-compose/files/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/docker-compose/files/entrypoint.sh b/mcp/scripts/docker-compose/files/entrypoint.sh index c7f7f9118..0becb6333 100755 --- a/mcp/scripts/docker-compose/files/entrypoint.sh +++ b/mcp/scripts/docker-compose/files/entrypoint.sh @@ -78,7 +78,7 @@ sed -i -e "s|return 'start/running' in |return 'is running' in |" \ find -L /srv/salt /srv/salt/env/prd/_* -maxdepth 1 -type l -delete # Fix up any permissions after above file shuffling -sudo chown root:root -R /srv/salt +chown root:root -R /srv/salt service ssh start service salt-minion start |