diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2017-04-27 15:36:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 15:36:35 +0200 |
commit | aa77e1c2ac422a6da7ea73baa844998a13971458 (patch) | |
tree | c1c75f0c6dbef227ea07d8190edb2c19c6793d42 | |
parent | 94f12771f5c0400950b023ef96a1f5c98b271fc3 (diff) | |
download | PeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.tar.gz PeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.tar.zst PeerTube-aa77e1c2ac422a6da7ea73baa844998a13971458.zip |
Fix upgrade script
-rwxr-xr-x | scripts/upgrade.sh | 2 |
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 | ||
3 | nodeMinVersion="v6.0.0" | 3 | nodeMinVersion="v6.0.0" |
4 | npmMinVersion="3.0.0" | 4 | npmMinVersion="3.0.0" |