From 7d3f64df619128598e6240962b876de784acae1c Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 3 Sep 2020 16:38:40 +0100 Subject: [PATCH] fix date command --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b16837..6301a18 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh if [ -e "$HOME/.profile" ] ; then - mv "$HOME/.profile" "$HOME/.profile-original-$(date =%s)" + mv "$HOME/.profile" "$HOME/.profile-original-$(date +%s)" fi ln -s "$HOME/.config/profile/profile" "$HOME/.profile"