commit a4ad9820efb3a0bab75bb5a7591baedda069f3b4 parent e7d8c65563011a345b81fd117a3be61eb4bc953d Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Mon, 25 Jul 2022 18:19:50 +0200 Remove redundant slash. Diffstat:
M | postinstall | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postinstall b/postinstall @@ -59,7 +59,7 @@ symlink_static_file() { if [[ ! -L $1 && -f $1 ]]; then mv $1 $1.orig.$EPOCHSECONDS || exit $? fi - ensure_symlink $1 $up/current/conf/static$1 || return $? + ensure_symlink $1 ${up}current/conf/static$1 || return $? } link_changed() {