Update 2024-02-14 08:09 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-02-14 08:09:51 +01:00
parent 3535905136
commit cf491634d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -ex
#!/bin/sh -e
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
conf add -u
conf commit -m "'Update $MSG'"
conf commit -m "Update $MSG"
conf push