mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-24 22:24:51 +02:00
replaced #!/bin/bash with #!/usr/bin/env bash (#551)
This commit is contained in:
parent
e173723f24
commit
9f132bdc81
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# auto-cpufreq-installer:
|
# auto-cpufreq-installer:
|
||||||
# auto-cpufreq source code based installer
|
# auto-cpufreq source code based installer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# auto-cpufreq daemon install script
|
# auto-cpufreq daemon install script
|
||||||
# reference: https://github.com/AdnanHodzic/auto-cpufreq
|
# reference: https://github.com/AdnanHodzic/auto-cpufreq
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# workaround for running Daemon without polluting syslog (#53, #82)
|
# workaround for running Daemon without polluting syslog (#53, #82)
|
||||||
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.stats
|
$SNAP/bin/auto-cpufreq --daemon 2>&1 >> $SNAP_DATA/auto-cpufreq.stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user