From 532e31312bb9239d8e53f2820dd5a03fd9f4aba1 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Wed, 15 Oct 2014 07:16:09 -0400 Subject: [PATCH] fixed some permission issues created when init whonix submodules --- .../02_install_groups_packages_installed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_debian/custom_wheezy_whonix/02_install_groups_packages_installed.sh b/scripts_debian/custom_wheezy_whonix/02_install_groups_packages_installed.sh index cef0da1..7254b05 100755 --- a/scripts_debian/custom_wheezy_whonix/02_install_groups_packages_installed.sh +++ b/scripts_debian/custom_wheezy_whonix/02_install_groups_packages_installed.sh @@ -154,7 +154,7 @@ if ! [ -f "$INSTALLDIR/tmp/.prepared_whonix" ]; then pushd "$WHONIX_DIR/build-steps.d" { - sed -i 's/ check_for_uncommited_changes/ #check_for_uncommited_changes/g' 1200_create-debian-packages; + sed -i 's/ check_for_uncommited_changes/ #check_for_uncommited_changes/g' 1200_create-debian-packages; } popd