File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ date_YYYYMMDDHHMMSS=$(date +%Y%m%d%H%M%S) # Get the current date in YYYYMMDD for
12
12
XDG_DATA_HOME=${XDG_DATA_HOME:- $HOME / .local/ share}
13
13
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:- $HOME / .config}
14
14
15
- froster_dir=$( dirname $( readlink -f ~ /.local/bin/froster) )
16
-
17
15
# ####################
18
16
# ## ERROR HANDLER ###
19
17
# ####################
@@ -283,6 +281,7 @@ install_pwalk() {
283
281
284
282
# Move pwalk to froster's binaries folder
285
283
echo " Moving pwalk to froster's binaries folder"
284
+ froster_dir=$( dirname $( readlink -f ~ /.local/bin/froster) )
286
285
mv ${pwalk_path} /pwalk ${froster_dir} /pwalk > /dev/null 2>&1
287
286
288
287
# Delete downloaded pwalk files
@@ -328,6 +327,7 @@ install_rclone() {
328
327
329
328
# Move rclone to froster's binaries folder
330
329
echo " Moving rclone to froster's binaries folder"
330
+ froster_dir=$( dirname $( readlink -f ~ /.local/bin/froster) )
331
331
mv rclone-v* /rclone ${froster_dir} /rclone > /dev/null 2>&1
332
332
333
333
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " froster"
7
- version = " 0.12.23 "
7
+ version = " 0.12.24 "
8
8
description = " Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
9
9
authors = [
" Victor Machado <[email protected] >" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments