mps-goc
This commit is contained in:
parent
ca55e213e6
commit
344e1ec6de
4
bin/mps
4
bin/mps
|
@ -39,8 +39,8 @@ git_sunucu_eski="https://github.com"
|
||||||
|
|
||||||
if [ $? -eq 0 ];then
|
if [ $? -eq 0 ];then
|
||||||
echo "eski git sunucusundan göç ediliyor."
|
echo "eski git sunucusundan göç ediliyor."
|
||||||
local _gockom="mv /sources/milis.git /sources/milis.git.eski"
|
_gockom="mv /sources/milis.git /sources/milis.git.eski"
|
||||||
[ $(whoami) == "root" ] && echo "ttt"
|
if [ $(whoami) == "root" ] && echo "ttt"
|
||||||
$_gockom
|
$_gockom
|
||||||
else
|
else
|
||||||
sudo $_gockom
|
sudo $_gockom
|
||||||
|
|
Loading…
Reference in New Issue