Pārlūkot izejas kodu

Use env instead of /bin/sh

better for flexible shell
pull/49/head
azlux pirms 6 gadiem
vecāks
revīzija
16ebd29848
4 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. +2
    -2
      install.sh
  2. +1
    -1
      log2ram
  3. +1
    -1
      log2ram.hourly
  4. +2
    -2
      uninstall.sh

+ 2
- 2
install.sh Parādīt failu

@@ -1,9 +1,9 @@
#!/bin/sh
#!/usr/bin/env sh

[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1

if [ $(id -u) -eq 0 ]
if [ "$(id -u)" -eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod 644 /etc/systemd/system/log2ram.service


+ 1
- 1
log2ram Parādīt failu

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh

. /etc/log2ram.conf



+ 1
- 1
log2ram.hourly Parādīt failu

@@ -1,3 +1,3 @@
#!/bin/sh
#!/usr/bin/env sh

systemctl reload log2ram

+ 2
- 2
uninstall.sh Parādīt failu

@@ -1,6 +1,6 @@
#!/bin/sh
#!/usr/bin/env sh

if [ $(id -u) -eq 0 ]
if [ "$(id -u)" -eq 0 ]
then
service log2ram stop
systemctl disable log2ram


Notiek ielāde…
Atcelt
Saglabāt