Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
980c8163
Commit
980c8163
authored
Aug 07, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rooter utils: small fixes
parent
c0b1d5b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
add_eterkey.sh
rooter/add_eterkey.sh
+1
-1
get_ssh_pubkey.sh
rooter/get_ssh_pubkey.sh
+1
-1
rooter.sh
rooter/rooter.sh
+1
-1
No files found.
rooter/add_eterkey.sh
View file @
980c8163
...
...
@@ -12,7 +12,7 @@ docmd()
fatal
()
{
echo
-e
"Error:
$@
"
echo
-e
"Error:
$@
"
>
&2
exit
1
}
...
...
rooter/get_ssh_pubkey.sh
View file @
980c8163
...
...
@@ -4,7 +4,7 @@
fatal
()
{
echo
"Error:
$@
"
echo
"Error:
$@
"
>
&2
exit
1
}
...
...
rooter/rooter.sh
View file @
980c8163
...
...
@@ -2,7 +2,7 @@
fatal
()
{
echo
"Error:
$@
"
echo
"Error:
$@
"
>
&2
exit
1
}
...
...
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