Fixed nnms_fs().
This commit is contained in:
parent
1ee6e20be8
commit
f85f1256dc
@ -25,10 +25,11 @@ cfdir()
|
|||||||
nnms_fs()
|
nnms_fs()
|
||||||
{
|
{
|
||||||
dir_name="newnumyspace"
|
dir_name="newnumyspace"
|
||||||
if [ ! -d $PWD/$dirname ]
|
if [ ! -d $PWD/$dir_name ]
|
||||||
then
|
then
|
||||||
echo "Created new directory $dirname at ${PWD}"
|
mkdir $dir_name
|
||||||
|
echo "Created new directory $dir_name at ${PWD}"
|
||||||
fi
|
fi
|
||||||
sshfs unn_w19014537@newnumyspace.co.uk:/home/unn_w19014537/ newnumyspace/
|
sshfs unn_w19014537@newnumyspace.co.uk:/home/unn_w19014537/ $dir_name/
|
||||||
echo "Mounted at $PWD/$dirname."
|
echo "Mounted at $PWD/$dir_name."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user