mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Jupyter lab → JupyterLab
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
0d863b65d1
commit
d6a50a8f6d
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ chmod 440 "/etc/sudoers.d/$app-sudoers"
|
|||
#=================================================
|
||||
# BUILD USER LABS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building Jupyter lab for each user..." --weight=10
|
||||
ynh_script_progression --message="Building JupyterLab for each user..." --weight=10
|
||||
|
||||
if [ $enable_extensions -eq 1 ]; then
|
||||
ynh_use_nodejs
|
||||
|
|
|
@ -177,7 +177,7 @@ chmod 440 "/etc/sudoers.d/$app-sudoers"
|
|||
#=================================================
|
||||
# BUILD USER LABS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building Jupyter lab for each user..." --weight=10
|
||||
ynh_script_progression --message="Building JupyterLab for each user..." --weight=10
|
||||
|
||||
if [ $enable_extensions -eq 1 ]; then
|
||||
ynh_use_nodejs
|
||||
|
|
Loading…
Add table
Reference in a new issue