#!/bin/bash if [ ! -d /opt/deepinwine/tools ];then mkdir -p /opt/deepinwine/tools fi if [ ! -e /opt/deepinwine/tools/spark_run_v4.sh ];then ln -sv /opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark_run_v4.sh /opt/deepinwine/tools/spark_run_v4.sh fi