This commit is contained in:
milisbir 2018-06-09 19:34:42 +02:00
parent 344e1ec6de
commit fbff2d74f8
1 changed files with 1 additions and 1 deletions

View File

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