changed create data symlink script for changed exp location

This commit is contained in:
2023-03-07 20:04:14 +01:00
parent 75c338cb4d
commit 850158351c

View File

@@ -1,7 +1,9 @@
#!/bin/bash
cd
rm ./bernina_exp
#rm_if_link(){ [ ! -L "$1" ] || rm -v "$1"; }
rm ./bernina_data 2> /dev/null
ln -s /sf/bernina/data bernina_data
rm ./bernina_exp 2> /dev/null
ln -s /sf/bernina/exp bernina_exp