aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2017-04-27 15:36:35 +0200
committerGitHub <noreply@github.com>2017-04-27 15:36:35 +0200
commitaa77e1c2ac422a6da7ea73baa844998a13971458 (patch)
treec1c75f0c6dbef227ea07d8190edb2c19c6793d42 /scripts
parent94f12771f5c0400950b023ef96a1f5c98b271fc3 (diff)
downloadPeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.tar.gz
PeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.tar.zst
PeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.zip
Fix upgrade script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh
index f974d68e0..af2ab4be4 100755
--- a/scripts/upgrade.sh
+++ b/scripts/upgrade.sh
@@ -1,4 +1,4 @@
1#!/usr/bin/env sh 1#!/bin/bash
2 2
3nodeMinVersion="v6.0.0" 3nodeMinVersion="v6.0.0"
4npmMinVersion="3.0.0" 4npmMinVersion="3.0.0"