Skip to content

Commit

Permalink
scripts: pkgs: github-runner: add minute to name
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 28, 2024
1 parent ce67bee commit 87a4edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pkgs/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
cd /root
# start
config="config.sh --disableupdate --unattended --name $HOSTNAME-$(date +%y%m%d%H%S) ${builtins.concatStringsSep " " configExtraOpts} $@"
config="config.sh --disableupdate --unattended --name $HOSTNAME-$(date +%y%m%d%H%M%S) ${builtins.concatStringsSep " " configExtraOpts} $@"
echo $config
eval $config
Expand Down

0 comments on commit 87a4edb

Please sign in to comment.