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/ }