Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
7bc8cf78
Commit
7bc8cf78
authored
Nov 14, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print about eatmydata only for u/i/r
parent
7b5ea5a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
epm
bin/epm
+7
-1
No files found.
bin/epm
View file @
7bc8cf78
...
@@ -37,7 +37,6 @@ load_helper epm-sh-functions
...
@@ -37,7 +37,6 @@ load_helper epm-sh-functions
#PATH=$PATH:/sbin:/usr/sbin
#PATH=$PATH:/sbin:/usr/sbin
set_sudo
set_sudo
set_eatmydata
check_tty
check_tty
...
@@ -337,6 +336,13 @@ if [ -z "$epm_cmd" ] ; then
...
@@ -337,6 +336,13 @@ if [ -z "$epm_cmd" ] ; then
fatal
"Run
$ $progname
--help for get help"
fatal
"Run
$ $progname
--help for get help"
fi
fi
# Use eatmydata for write specific operations
case
$epm_cmd
in
update|upgrade|Upgrade|install|reinstall|Install|remove
)
set_eatmydata
break
;
esac
# Run helper for command
# Run helper for command
load_helper epm-
$epm_cmd
load_helper epm-
$epm_cmd
epm_
$epm_cmd
epm_
$epm_cmd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment