Browse Source

Update sysinfo.py

Coder 4 years ago
parent
commit
86390f05e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ubuntu-debian-mint/sysinfo.py

+ 1 - 1
src/ubuntu-debian-mint/sysinfo.py

@@ -29,7 +29,7 @@ elif figlet_install.upper() != "Y" and "N":
 os.system("figlet %s" %(platform.node()))
 os.system("figlet %s" %(platform.node()))
 
 
 #Execute bash script sysinfo.sh
 #Execute bash script sysinfo.sh
-sp.call("/mnt/e/bash/welcomewagon.sh")
+sp.call("sysinfo.sh")
 
 
 #End timer for finding execution time of program
 #End timer for finding execution time of program
 end = time.time()
 end = time.time()