From 8f38477d7f9f1450fb77081622efc5fbb58dbb3a Mon Sep 17 00:00:00 2001 From: edwin170 Date: Thu, 15 Feb 2024 21:26:55 -0400 Subject: [PATCH] oh sasa : ) --- downr1n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downr1n.sh b/downr1n.sh index f23562e..edece97 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -383,7 +383,7 @@ _kill_if_running() { _runFuturerestore() { read -p "Press ENTER to continue with futurerestore, your device will start to restoring <-" rm -rf /tmp/futurerestore/ - if [ "$os" == "Linux"]; then + if [ "$os" == "Linux" ]; then sudo -u $SUDO_USER \ "$dir"/futurerestore -t blobs/"$deviceid"-"$version".shsh2 --use-pwndfu --skip-blob \ --rdsk work/rdsk.im4p --rkrn work/krnl.im4p \