gogs not initiliazed and started

Bu işleme şunda yer alıyor:
hak8or 2017-11-06 20:26:50 -05:00
ebeveyn acc50f353b
işleme ba186021dd
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme

Dosyayı Görüntüle

@ -19,9 +19,12 @@ elif [[ $DEPTH == 3 ]]; then
fi
echo "$TAGSTR ====== $TITLE (Logged to $LOGFILE) ======"
# All we need to do is install gogs. Gogs configuration must be done via command line.
# All we need to do is install gogs and enable it.
# Gogs configuration must be done via command line.
echo "$TAGSTR Installing Gogs"
yaourt -S gogs > $LOGFILE 2>&1
yaourt -S gogs --noconfirm > $LOGFILE 2>&1
systemctl enable gogs > $LOGFILE 2>&1
systemctl start gogs > $LOGFILE 2>&1
# Lastly, say we are done.
echo "$TAGSTR Completed $TITLE"