summaryrefslogtreecommitdiff
path: root/paradox-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'paradox-launcher')
-rw-r--r--paradox-launcher2
1 files changed, 2 insertions, 0 deletions
diff --git a/paradox-launcher b/paradox-launcher
index 186a3d8..9c82075 100644
--- a/paradox-launcher
+++ b/paradox-launcher
@@ -3,6 +3,8 @@
DIR="${HOME}/.paradox-launcher"
if [ ! -d "$DIR" ]; then
mkdir -p "$DIR"
+fi
+if [ ! -d "$DIR"/data/ ]; then
cp /opt/paradox-launcher/* "$DIR" -R
chmod +x "$DIR"/data/bootstrapper/bootstrapper.sh
fi