We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba390d commit 7d77285Copy full SHA for 7d77285
ffighter
@@ -2,6 +2,14 @@
2
3
# changing directory to be able to use relative paths.
4
SCRIPTS_LOCATION="/home/$USER/filefighter"
5
+
6
+if [ ! -d $SCRIPTS_LOCATION ]; then
7
+ echo "Couldn't find scripts location under '$SCRIPTS_LOCATION'."
8
+ echo "Try reinstalling FileFighter"
9
+ exit 1
10
+fi
11
12
13
cd $SCRIPTS_LOCATION
14
15
# Import necessary functions.
0 commit comments