dots


commit
6fab3a4
parent
01aacaf
author
xxwhirlpool
date
2026-02-18 17:17:47 -0500 EST
spaces to underscores in share
1 files changed,  +1, -1
M config/.local/bin/share
+1, -1
1@@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then
2 	exit 1
3 fi
4 
5-FN_TEMP=$(uuidgen)_$(basename "$1")
6+FN_TEMP=$(uuidgen)_$(basename "${1// /_}")
7 
8 rsync -avzqp --chmod=664 "$1" mac:/var/www/stash/pics/dump/"$FN_TEMP" || exit 1
9