Skip to content

Commit

Permalink
cambio propietario bkpxdb-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
GorillaTi committed Oct 11, 2024
1 parent 3c0a08e commit 4fdb524
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ services:
- ./src/crontab:/app/crontab/crontab:rw
- ./src/.conf:/app/scripts/.conf:rw
- ./src/backup.sh:/app/scripts/backup.sh:rw
command: cron-config
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ services:
# Volumen de Archivos
- ./data/config/bkpxdb-cron:/etc/cron.d/bkpxdb-cron:rw
- ./src/crontab:/app/crontab/crontab:rw
run: cron-config
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ f_install() {
truncate -s 0 "$tmp_logs"
echo "################## INICIANDO LA INSTALACIO $(date +"%Y-%m-%d_%H:%M:%S")##################" >>"$tmp_logs" 2>&1
f_install "12-solucion-de-problemas"
docker exec -it bkpxdb chown root:root /etc/cron.d/bkpxdb-cron >>"$tmp_logs" 2>&1
echo "################## FIN DE LA INSTALACION $(date +"%Y-%m-%d_%H:%M:%S")##################" >>"$tmp_logs" 2>&1
cat "$tmp_logs" >"install_$(date +"%Y-%m-%d_%H:%M:%S").log"

0 comments on commit 4fdb524

Please sign in to comment.