update function sqlsetup

master
Körner, Simon 5 years ago
parent 01a368a7e6
commit d56fdeac6c

@ -55,12 +55,9 @@ function toverview {
} }
function sqlsetup { function sqlsetup {
sudo mount /home/lub/remote/softwaredepot-sqlsetup sudo mount -t drvfs '\\hldnt06.berner.lan\softwaredepot/common/microsoft/sqlsetup/scripts' ~/shares/sqlsetup
git pull rm -r ~/shares/sqlsetup/*
git push cp -a ~/git/sqlsetup/* ~/shares/sqlsetup/
cd ~/remote/softwaredepot-sqlsetup/setup
git pull
cd -
} }
function _df() { function _df() {

Loading…
Cancel
Save