Skip to content

Commit

Permalink
Correct path in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Schubert committed Apr 3, 2018
1 parent 1778d35 commit 2dc1309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_b2fuse-py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ echo "additional parameters that will be added: \""$additional_parameters"\""
echo

# Run the program
exec python "$script_dir"/b2fuse.py --config_filename "$config_name" $3 $4 $5 $additional_parameters "$mount_point" &
exec python "$script_dir"/b2fuse/b2fuse.py --config_filename "$config_name" $3 $4 $5 $additional_parameters "$mount_point" &

if [[ $? = 0 ]]
then
Expand Down

0 comments on commit 2dc1309

Please sign in to comment.