From 1069d3a4dc322da05866f17755b2d2ecc99fcfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Mon, 19 Mar 2018 22:06:21 +0100 Subject: Update shebang and date to POSIX format for working on FreeBSD (not tested on Linux) --- scripts/upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 9baf50932..a0abe7ea6 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -1,10 +1,10 @@ -#!/bin/bash +#!/usr/bin/env bash # Strict mode set -e # Backup database -SQL_BACKUP_PATH="/var/www/peertube/backup/sql-peertube_prod-$(date -Im).bak" +SQL_BACKUP_PATH="/var/www/peertube/backup/sql-peertube_prod-$(date +\"%Y%m%d-%h%m\").bak" mkdir -p /var/www/peertube/backup pg_dump -U peertube -W -h localhost -F c peertube_prod -f "$SQL_BACKUP_PATH" -- cgit v1.2.3