Merge pull request #746 from DuckSoft/patch-1

fix: add which to dependencies
This commit is contained in:
Tony George 2021-06-06 11:50:53 +05:30 committed by GitHub
commit 96732d28eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ public class Main : GLib.Object{
log_debug("Main: check_dependencies()");
string[] dependencies = { "rsync","/sbin/blkid","df","mount","umount","fuser","crontab","cp","rm","touch","ln","sync"}; //"shutdown","chroot",
string[] dependencies = { "rsync","/sbin/blkid","df","mount","umount","fuser","crontab","cp","rm","touch","ln","sync","which"}; //"shutdown","chroot",
string path;
foreach(string cmd_tool in dependencies){