mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 16:26:12 +01:00
remove debugging info
This commit is contained in:
@@ -1069,16 +1069,10 @@ if [[ $DEV == "ON" ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f requirements.txt ] && [ -d cyberpanel ] ; then
|
if [ -f requirements.txt ] && [ -d cyberpanel ] ; then
|
||||||
echo $PWD
|
|
||||||
sleep 20
|
|
||||||
rm -rf cyberpanel
|
rm -rf cyberpanel
|
||||||
rm -f requirements.txt
|
rm -f requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $PWD
|
|
||||||
|
|
||||||
sleep 20
|
|
||||||
|
|
||||||
git clone https://${GIT_URL}
|
git clone https://${GIT_URL}
|
||||||
cd cyberpanel
|
cd cyberpanel
|
||||||
git checkout $BRANCH_NAME
|
git checkout $BRANCH_NAME
|
||||||
@@ -1087,9 +1081,6 @@ cd -
|
|||||||
cp -r cyberpanel /usr/local/cyberpanel
|
cp -r cyberpanel /usr/local/cyberpanel
|
||||||
cd cyberpanel/install
|
cd cyberpanel/install
|
||||||
|
|
||||||
echo $PWD
|
|
||||||
|
|
||||||
sleep 20
|
|
||||||
|
|
||||||
curl https://cyberpanel.sh/?version
|
curl https://cyberpanel.sh/?version
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1312,16 +1312,8 @@ imap_folder_list_limit = 0
|
|||||||
|
|
||||||
logging.InstallLog.writeToFile("Starting LSCPD installation..")
|
logging.InstallLog.writeToFile("Starting LSCPD installation..")
|
||||||
|
|
||||||
print(os.getcwd())
|
|
||||||
|
|
||||||
time.sleep(30)
|
|
||||||
|
|
||||||
os.chdir(self.cwd)
|
os.chdir(self.cwd)
|
||||||
|
|
||||||
print(os.getcwd())
|
|
||||||
|
|
||||||
time.sleep(30)
|
|
||||||
|
|
||||||
if self.distro == ubuntu:
|
if self.distro == ubuntu:
|
||||||
command = "apt-get -y install gcc g++ make autoconf rcs"
|
command = "apt-get -y install gcc g++ make autoconf rcs"
|
||||||
else:
|
else:
|
||||||
@@ -2225,6 +2217,4 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print(os.getcwd())
|
|
||||||
time.sleep(20)
|
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user