Bug #2178
RCP: 0.7.8: Windows & Linux launcher scripts
Statut: | Closed | Début: | 02/05/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Setup | Temps passé: | - | |
Version cible: | TXM 0.7.8 |
Description
The script fails to create the TXMHOME directory at command line:
( echo "get install date from %installdir%\STAMP and %DOTTXM%\STAMP files" Fc "%installdir%\STAMP" "%DOTTXM%\STAMP" ) >"%TXMHOME%\TXMLogs.txt" 2>"%TXMHOME%\TXMErrorLogs.txt"
The "%TXMHOME%\TXMLogs.txt" and "%TXMHOME%\TXMErrorLogs.txt" files could not be created because TXMHOME directory was not created
Solution (workaround)¶
Go to user home directory and create TXM home directory manually with the "mkdir TXM" command, or create the directory from the File Manager.
Solution¶
Move the directories creation instructions at the beginning of the scripts.
Historique
#1 Mis à jour par Serge Heiden il y a plus de 8 ans
- Description mis à jour (diff)
#2 Mis à jour par Matthieu Decorde il y a plus de 8 ans
- Sujet changé de RCP: 0.7.8: Windows launcher script à RCP: 0.7.8: Windows & Linux launcher scripts
- Description mis à jour (diff)
- % réalisé changé de 0 à 80
#3 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed
#4 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100