fix date command
This commit is contained in:
parent
9abd7ab49d
commit
7d3f64df61
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue