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
Remove sleeping unecessary for interactive use
  • Loading branch information
Olf0 authored Dec 4, 2022
commit 5b028e51dad4714b6e62e0caf0eddcaea598a49f
4 changes: 0 additions & 4 deletions bin/harbour-storeman-installer
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ export LC_ALL=POSIX # For details see https://pubs.opengroup.org/onlinepubs/969
# Memorise how we were called:
called="$(basename "$0")"

# Provide RPM with a little time to proceed finishing the RPM transaction,
# which called this script in a detached ("&") manner:
sleep 1

# Create logfile:
logfile="/var/log/${called}.log.txt"
if ! touch "$logfile"
Expand Down