mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Fix typo
This commit is contained in:
parent
14cdb2f5c9
commit
9b7d0e7ac2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ynh_app_setting_set $app is_public "$is_public"
|
||||||
sudo apt-get install -y -qq python-dev python-virtualenv supervisor libmysqlclient-dev
|
sudo apt-get install -y -qq python-dev python-virtualenv supervisor libmysqlclient-dev
|
||||||
|
|
||||||
# Create the dedicated user
|
# Create the dedicated user
|
||||||
sudo mkdir -p /optc/yunohost
|
sudo mkdir -p /opt/yunohost
|
||||||
sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/ --create-home
|
sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/ --create-home
|
||||||
|
|
||||||
# Install source
|
# Install source
|
||||||
|
|
Loading…
Reference in a new issue