Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develmaster: Commits for v1.3.4 #140

Merged
merged 11 commits into from
Dec 4, 2022
Prev Previous commit
Next Next commit
Enhance comment
  • Loading branch information
Olf0 authored Dec 4, 2022
commit 56f522d158d8219fd5ff5bf7be6714124923e0fe
2 changes: 1 addition & 1 deletion bin/harbour-storeman-installer
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export LC_ALL=POSIX # For details see https://pubs.opengroup.org/onlinepubs/969
# Memorise how we were called:
called="$(basename "$0")"

# Create logfile:
# If logfile is already there, update its timestamp(s), else create it:
logfile="/var/log/${called}.log.txt"
if ! touch "$logfile"
then printf '%s\n' "[Error] Failed to touch logfile $logfile" | systemd-cat -t "$called" -p 4 || true
Expand Down