Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
668d288b
Commit
668d288b
authored
Jul 26, 2019
by
Paul Cammish
Browse files
Merge branch 'sympl-core_buster_typo-fix' into 'buster'
Sympl core buster typo fix See merge request
!115
parents
5694599a
968fde42
Changes
2
Show whitespace changes
Inline
Side-by-side
core/bin/sympl
View file @
668d288b
...
@@ -205,8 +205,8 @@ _web_create() {
...
@@ -205,8 +205,8 @@ _web_create() {
_verbose
"Creating Website for
$1
at /srv/
$1
/public/htdocs..."
_verbose
"Creating Website for
$1
at /srv/
$1
/public/htdocs..."
mkdir
-p
"/srv/
$1
/public/htdocs"
mkdir
-p
"/srv/
$1
/public/htdocs"
chmod
-R
2775
"/srv/
$1
/public"
2&>1
/dev/null
chmod
-R
2775
"/srv/
$1
/public"
>
/dev/null
2>&1
chown
-R
www-data:www-data
"/srv/
$1
/public"
2&>1
/dev/null
chown
-R
www-data:www-data
"/srv/
$1
/public"
>
/dev/null
2>&1
}
}
...
...
core/debian/changelog
View file @
668d288b
sympl-core (10.0.190725.0) stable; urgency=medium
* Fixed typo in sympl CLI
-- Paul Cammish <sympl@kelduum.net> Thu, 25 Jul 2019 23:53:00 +0100
sympl-core (10.0.190705.1) stable; urgency=medium
sympl-core (10.0.190705.1) stable; urgency=medium
* Removed beta flag from MOTD
* Removed beta flag from MOTD
...
...
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