Skip to content

Commit

Permalink
Fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Oct 30, 2023
1 parent 65210ab commit 0b9fdcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ patch_1_6 () {
echo "Disallow: /" >> "${PS_FOLDER}/robots.txt"
}

echo "$PS_VERSION" | grep "^1.6" > /dev/null && patch_1_6
if echo "$PS_VERSION" | grep "^1.6" > /dev/null; then
patch_1_6;
fi

0 comments on commit 0b9fdcd

Please sign in to comment.