Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit 8ea9bd3

Browse files
committed
Replace runcfg with inject
1 parent 133f323 commit 8ea9bd3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

cmd/config.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ _EOF
77
}
88

99
cmd_config() {
10-
ds runcfg set_prompt
11-
ds runcfg ssmtp
12-
ds runcfg apache2
10+
ds inject set_prompt.sh
11+
ds inject ssmtp.sh
12+
ds inject apache2.sh
1313

14-
ds runcfg update-scripts
15-
ds runcfg letsencrypt
16-
ds runcfg sshd
17-
ds runcfg create-user
18-
ds runcfg apache2
14+
ds inject update-scripts.sh
15+
ds inject letsencrypt.sh
16+
ds inject sshd.sh
17+
ds inject create-user.sh
18+
ds inject apache2.sh
1919
}

cfg/apache2.sh scripts/apache2.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.

cfg/sshd.sh scripts/sshd.sh

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)