bema/func/auto_versions #80

Merged
bema merged 3 commits from bema/func/auto_versions into dev 2023-02-28 11:45:41 +01:00
Showing only changes of commit 980f09ddbd - Show all commits

View File

@@ -1,5 +1,5 @@
#!/bin/sh
input=$(date +%Y%m%d)
input="$(date +'%Y-%m-%d %H:%M')"
sed -i "s/\[\:VERSION\:\]/$input/g" /usr/share/nginx/html/index.html