From 8c9bf9a66451cbcfc0ed396981fe64759ca8ed33 Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 24 Oct 2019 09:06:39 +0200 Subject: [PATCH] change server in sqlsetup function --- dotfiles/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 8caecb4..32fc4ed 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -58,7 +58,7 @@ function toverview { } function sqlsetup { - sudo mount -t drvfs '\\hldnt06.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup + sudo mount -t drvfs '\\hldnt352.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup rm -r ~/shares/sqlsetup/* cp -a ~/git/sqlsetup/* ~/shares/sqlsetup/ }