From dbdbf17d2c24034ce45bdd4d50470155aedd7208 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel <34905970+ham1255@users.noreply.github.com> Date: Tue, 15 Jun 2021 01:39:34 +0400 Subject: [PATCH] fixed permission problem --- applyPatches.sh | 1 + clean.sh | 1 + reBuildPatches.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/applyPatches.sh b/applyPatches.sh index 1abb623..6d21f6d 100644 --- a/applyPatches.sh +++ b/applyPatches.sh @@ -1,5 +1,6 @@ #!/bin/sh + ./clean.sh PS1="$" diff --git a/clean.sh b/clean.sh index d788bc7..4879ab6 100644 --- a/clean.sh +++ b/clean.sh @@ -1,2 +1,3 @@ #!/bin/bash + rm -rf LimeLogin-Plugin \ No newline at end of file diff --git a/reBuildPatches.sh b/reBuildPatches.sh index 5927cf0..93a005f 100644 --- a/reBuildPatches.sh +++ b/reBuildPatches.sh @@ -1,5 +1,6 @@ #!/bin/bash + PS1="$" basedir=`pwd` clean=$1