mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix
This commit is contained in:
parent
3e60bacfa5
commit
b678d77ee9
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
You can run Nextcloud commands from the command line using:
|
||||
|
||||
```
|
||||
sudo -u __APP__ php__YNH_PHP_VERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...
|
||||
sudo -u __APP__ php__PHPVERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...
|
||||
```
|
||||
|
||||
Alternatively, you may open a 'Nextcloud shell' with `sudo yunohost app shell __APP__`, then run `php occ ...`
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Vous pouvez lancer des commandes Nextcloud depuis la ligne de commande avec:
|
||||
|
||||
```
|
||||
sudo -u __APP__ php__YNH_PHP_VERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...
|
||||
sudo -u __APP__ php__PHPVERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...
|
||||
```
|
||||
|
||||
Ou bien, vous pouvez ouvrir un "shell Nextcloud" avec `sudo yunohost app shell __APP__`, puis lancer `php occ ...`
|
||||
|
|
Loading…
Add table
Reference in a new issue