Skip to content

Commit

Permalink
Fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mixman68 committed Aug 14, 2023
1 parent c801c73 commit 0668cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ cp /etc/supervisor/conf.d/supervisord.conf /tmp/supervisord.conf
envsubst < /tmp/supervisord.conf > /etc/supervisor/conf.d/supervisord.conf

# Remove lock files if present
rm /etc/proxmox-backup/*.lock /etc/proxmox-backup/.*.lck
rm -f /etc/proxmox-backup/*.lock /etc/proxmox-backup/.*.lck

exec "$@"

0 comments on commit 0668cb0

Please sign in to comment.