mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
- initmounts -> onl-mounts
- pki -> onl-pki
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
. /lib/lsb/init-functions
|
||||
log_action_begin_msg "Mounting filesystems..."
|
||||
initmounts -q
|
||||
onl-mounts -q mount all
|
||||
log_action_end_msg 0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ -f /usr/bin/pki ]; then
|
||||
/usr/bin/pki --init
|
||||
if [ -f /usr/bin/onl-pki ]; then
|
||||
/usr/bin/onl-pki --init
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user