Skip to content

Commit 64bbeb1

Browse files
author
Nicolas North
committed
Fix
1 parent 1ff5ae9 commit 64bbeb1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

functions

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ os_bash_functions_version=0.1.0
88

99
define_vars() {
1010

11-
########################################################################
12-
###################### Insert your variables here ######################
13-
########################################################################
14-
1511
proj_name="EasyEngine-SFTP"
1612
short_name="ee-sftp"
1713
author_name="openspace42"
1814

19-
########################################################################
15+
ssh_config_file="/etc/ssh/sshd_config"
16+
sftp_group="sftp_access"
2017

2118
os-define_vars
2219

0 commit comments

Comments
 (0)