services/tmptsync: set FILE and fix shebang

This commit is contained in:
LavaDesu 2022-02-23 21:26:40 +07:00
parent 0806e9ec72
commit 72bbc39ce7
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/sh
#
# Super simple script that saves clock to file and reads from it later
# Something like fake-hwclock from debian