From 1df9929f1d543482a03f6e93554eb6e0f3647683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 31 Aug 2018 14:34:34 +0200 Subject: [PATCH] Do minor changes to deploy script --- docs/deploy-ida.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/deploy-ida.sh b/docs/deploy-ida.sh index 72dfb1c..c9bc4d2 100644 --- a/docs/deploy-ida.sh +++ b/docs/deploy-ida.sh @@ -1,2 +1,3 @@ -#!/bin/sh -scp -r _build/html/* davbe125@remote-und.ida.liu.se:/wwwpub/davbe125/sc2/ +#!/bin/bash + +scp -r _build/html/. davbe125@remote-und.ida.liu.se:/wwwpub/davbe125/sc2 -- GitLab