Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-telephony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Feed
lede-telephony
Commits
ee574781
Commit
ee574781
authored
10 years ago
by
Jiri Slachta
Browse files
Options
Downloads
Patches
Plain Diff
asterisk11-gui: remove postinst leftovers
Signed-off-by:
Jiri Slachta
<
slachta@cesnet.cz
>
parent
03055ba6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/asterisk11-gui/files/agui-postinst
+0
-12
0 additions, 12 deletions
admin/asterisk11-gui/files/agui-postinst
with
0 additions
and
12 deletions
admin/asterisk11-gui/files/agui-postinst
deleted
100755 → 0
+
0
−
12
View file @
03055ba6
#!/bin/sh
CFG_PATH
=
"/etc/asterisk/"
GUI_CFG_PREFIX
=
"gui_"
CFG_FILES
=
"http.conf manager.conf users.conf"
for
i
in
$CFG_FILES
;
do
if
[
-f
$CFG_PATH$i
]
;
then
mv
$CFG_PATH$i
$CFG_PATH$i
".backup"
fi
cp
$CFG_PATH$GUI_CFG_PREFIX$i
$CFG_PATH$i
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment