diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index a8162750..e9dd4a6e 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -42,7 +42,7 @@ disable_dsa_check_packages() { # updated # ln -s /bin/true /usr/local/bin/dsa-check-packages was used which # broke /bin/true by overwriting it with the perl script dsa-check-packages - if grep -q '/usr/bin/perl' /bin/true ; then + if grep -q '/usr/bin/perl' /bin/true || grep -q '/usr/bin/perl' /bin/sh ; then sudo apt-get install --reinstall coreutils fi } |