This commit is contained in:
milisbir 2018-06-09 19:33:51 +02:00
parent ca55e213e6
commit 344e1ec6de
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ git_sunucu_eski="https://github.com"
if [ $? -eq 0 ];then
echo "eski git sunucusundan göç ediliyor."
local _gockom="mv /sources/milis.git /sources/milis.git.eski"
[ $(whoami) == "root" ] && echo "ttt"
_gockom="mv /sources/milis.git /sources/milis.git.eski"
if [ $(whoami) == "root" ] && echo "ttt"
$_gockom
else
sudo $_gockom