Skip to content
Snippets Groups Projects
Unverified Commit 8ecdc2db authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[refactor] comment out some initialization functions, still need work

parent 7c0bef83
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function buildQmake {
$QMAKE -o qtbuild/Makefile "CONFIG-=debug CONFIG+=release" $PROJECT
}
echo "[+] Building minimal qml example..."
echo "[+] Building BitmaskVPN"
buildGoLib
buildQmake
......
......@@ -23,6 +23,7 @@ import (
"0xacab.org/leap/bitmask-vpn/pkg/config"
)
/*
func initialize(conf *Config, bt *bmTray, finishedCh chan bool) {
defer func() { finishedCh <- true }()
if _, err := os.Stat(config.Path); os.IsNotExist(err) {
......@@ -55,6 +56,7 @@ func initialize(conf *Config, bt *bmTray, finishedCh chan bool) {
log.Printf("Error enabling autostart: %v", err)
}
}
*/
func checkAndStartBitmask(b bitmask.Bitmask, conf *Config) {
if conf.Obfs4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment