replaced #!/bin/bash with #!/usr/bin/env bash (#551)

This commit is contained in:
Robert Oswald 2023-09-10 14:24:03 +02:00 committed by GitHub
parent e173723f24
commit 9f132bdc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# auto-cpufreq-installer:
# auto-cpufreq source code based installer

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# auto-cpufreq daemon install script
# reference: https://github.com/AdnanHodzic/auto-cpufreq

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# workaround for running Daemon without polluting syslog (#53, #82)
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.stats